Spaces:
Sleeping
Sleeping
vineetshukla.work@gmail.com commited on
Commit ·
ad41893
1
Parent(s): c47c81c
chore: add .gitignore, remove __pycache__ from tracking
Browse files- .gitignore +11 -0
.gitignore
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
*.egg-info/
|
| 5 |
+
dist/
|
| 6 |
+
build/
|
| 7 |
+
.env
|
| 8 |
+
.venv/
|
| 9 |
+
*.log
|
| 10 |
+
.DS_Store
|
| 11 |
+
Thumbs.db
|