Dmitry1313 commited on
Commit
af7faa3
·
verified ·
1 Parent(s): bd46e92

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +10 -0
.gitignore ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # .gitignore
2
+ __pycache__/
3
+ *.pyc
4
+ *.pyo
5
+ *.pyd
6
+ .Python
7
+ env/
8
+ venv/
9
+ *.log
10
+ .DS_Store