Spaces:
Running
Running
Commit ·
1ee7fe9
1
Parent(s): aba48ee
gitignore: Exclude bash scripts, backups, and temp files
Browse files- .gitignore +8 -0
.gitignore
CHANGED
|
@@ -51,3 +51,11 @@ data/reference/ai/
|
|
| 51 |
|
| 52 |
# Keep directory structure
|
| 53 |
!data/reference/.gitkeep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
# Keep directory structure
|
| 53 |
!data/reference/.gitkeep
|
| 54 |
+
|
| 55 |
+
# Development artifacts (never commit these)
|
| 56 |
+
*.sh
|
| 57 |
+
*.backup
|
| 58 |
+
diagnostic_report.txt
|
| 59 |
+
test_output.txt
|
| 60 |
+
test_details.txt
|
| 61 |
+
clip_temp.txt
|