aayanb09 commited on
Commit
32565aa
·
verified ·
1 Parent(s): 814f6a0

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +11 -0
.gitignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.py[cod]
3
+ *.egg-info/
4
+ dist/
5
+ build/
6
+ .env
7
+ .venv/
8
+ venv/
9
+ *.log
10
+ .DS_Store
11
+ runs/