viraj
commited on
Commit
•
18725bd
1
Parent(s):
3618a4d
Added git ignore file
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
env/
|
2 |
+
.env
|
3 |
+
__pycache__/
|
4 |
+
fine-tuned-operation-model/
|
5 |
+
fine-tuned-quantity-model/
|
6 |
+
results/
|
7 |
+
tools/__pycache__/
|