Spaces:
Sleeping
Sleeping
Nitish commited on
Commit ·
a80d6cc
1
Parent(s): d63bce6
chore: update .gitignore to include common Python and system artifacts
Browse files- .gitignore +5 -1
.gitignore
CHANGED
|
@@ -1 +1,5 @@
|
|
| 1 |
-
venv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv/
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
.DS_Store
|
| 5 |
+
.env
|