Spaces:
Sleeping
Sleeping
Yaser77 commited on
Commit ·
79cd595
1
Parent(s): 99c53c3
Initial commit - OpenEnv Ambiguity Resolution Environment
Browse files- .gitignore +5 -2
.gitignore
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
venv/
|
| 2 |
-
.env
|
| 3 |
__pycache__/
|
| 4 |
*.pyc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
+
.env
|
| 4 |
+
venv/
|
| 5 |
+
.env.local
|
| 6 |
+
*.log
|
| 7 |
+
.DS_Store
|