Spaces:
Sleeping
Sleeping
Spandan Roy commited on
Commit ·
b67f1cd
1
Parent(s): c9f9118
Add Python environment to gitignore
Browse files- .gitignore +5 -0
.gitignore
CHANGED
|
@@ -52,3 +52,8 @@ venv/
|
|
| 52 |
env/
|
| 53 |
*.pyc
|
| 54 |
__pycache__/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
env/
|
| 53 |
*.pyc
|
| 54 |
__pycache__/
|
| 55 |
+
hf-env/
|
| 56 |
+
venv/
|
| 57 |
+
env/
|
| 58 |
+
*.pyc
|
| 59 |
+
__pycache__/
|