recoilme commited on
Commit
51db400
·
1 Parent(s): 133d9f5

Добавлены .ipynb_checkpoints и __pycache__ в .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Игнорировать папку .ipynb_checkpoints
2
+ .ipynb_checkpoints/
3
+
4
+ # Игнорировать папку __pycache__
5
+ __pycache__/