aankitdas commited on
Commit
37bd3ff
·
1 Parent(s): 89e94db

initial commit

Browse files
Files changed (1) hide show
  1. .gitignore +13 -8
.gitignore CHANGED
@@ -1,10 +1,15 @@
1
- # Python-generated files
2
  __pycache__/
3
- *.py[oc]
4
- build/
 
 
 
 
 
5
  dist/
6
- wheels/
7
- *.egg-info
8
-
9
- # Virtual environments
10
- .venv
 
1
+ .venv/
2
  __pycache__/
3
+ *.pyc
4
+ *.pkl
5
+ *.db
6
+ .DS_Store
7
+ .idea/
8
+ .vscode/
9
+ *.egg-info/
10
  dist/
11
+ build/
12
+ *.db
13
+ data/*.csv
14
+ results/*.csv
15
+ *.pkl