Spaces:
No application file
No application file
Fix: renamed .gitignore and prepped for rebase
Browse files
MrKingProjects/nelltestspace/.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ignore Mac system and local dev junk
|
| 2 |
+
*.DS_Store
|
| 3 |
+
venv/
|
| 4 |
+
__pycache__/
|