Spaces:
Sleeping
Sleeping
Riley commited on
Commit ·
5d0eef4
1
Parent(s): 8daf9db
chore: Add venv to gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Python
|
| 2 |
.venv/
|
|
|
|
| 3 |
__pycache__/
|
| 4 |
*.pyc
|
| 5 |
*.pyo
|
|
|
|
| 1 |
# Python
|
| 2 |
.venv/
|
| 3 |
+
venv/
|
| 4 |
__pycache__/
|
| 5 |
*.pyc
|
| 6 |
*.pyo
|