diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index 3b000203..00000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/libs/neuralnetworks-snapshot.jar b/build/libs/neuralnetworks-snapshot.jar index d2404aad..d8dc7679 100644 Binary files a/build/libs/neuralnetworks-snapshot.jar and b/build/libs/neuralnetworks-snapshot.jar differ diff --git a/nn-core/.gitignore b/nn-core/.gitignore index 31a8e37e..007bb44a 100644 --- a/nn-core/.gitignore +++ b/nn-core/.gitignore @@ -8,3 +8,4 @@ /.classpath /classes +*.class \ No newline at end of file diff --git a/nn-samples/.gitignore b/nn-samples/.gitignore index 01edf6f6..b3cd75bb 100644 --- a/nn-samples/.gitignore +++ b/nn-samples/.gitignore @@ -7,3 +7,4 @@ /classes .idea *.iml +*.class \ No newline at end of file