Spaces:
Sleeping
Sleeping
update
Browse files- .gitignore +3 -1
.gitignore
CHANGED
|
@@ -19,7 +19,9 @@ pip-wheel-metadata/
|
|
| 19 |
pip-log.txt
|
| 20 |
pip-delete-this-directory.txt
|
| 21 |
|
| 22 |
-
#
|
|
|
|
|
|
|
| 23 |
.env/
|
| 24 |
.venv/
|
| 25 |
venv/
|
|
|
|
| 19 |
pip-log.txt
|
| 20 |
pip-delete-this-directory.txt
|
| 21 |
|
| 22 |
+
# Environments
|
| 23 |
+
.env
|
| 24 |
+
.venv
|
| 25 |
.env/
|
| 26 |
.venv/
|
| 27 |
venv/
|