Spaces:
Paused
Paused
Bitsage commited on
Commit ·
ae1bf55
1
Parent(s): 2df82d9
chore: ignore local test/broken files
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
|
| 2 |
# local artifacts
|
| 3 |
backups/
|
| 4 |
__pycache__/
|
| 5 |
*.bak.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# local artifacts
|
| 2 |
backups/
|
| 3 |
__pycache__/
|
| 4 |
*.bak.*
|
| 5 |
+
app_broken.py
|
| 6 |
+
app_working.py
|
| 7 |
+
app_test_generator.py
|
| 8 |
+
test_minimal.py
|