tianlong12 commited on
Commit
10f274f
·
verified ·
1 Parent(s): 64e0a36

Create .gitignore

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