diff --git a/.gitignore b/.gitignore index c329a0b..3a8c5e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ MNIST_data/ logs/ .idea/ -__pycache__/ \ No newline at end of file +__pycache__/ +log/* +experiment/model/* \ No newline at end of file