william4416 commited on
Commit
53b918a
·
verified ·
1 Parent(s): 9196066

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +14 -0
.gitignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ *.pyz
6
+ *.pyzw
7
+ *.egg-info/
8
+ dist/
9
+ build/
10
+ *.egg
11
+ *.log
12
+ *.swp
13
+ *.swo
14
+ venv/