Skip to content

Commit 178d0e0

Browse files
chore: Clean up unused debug files and update gitignore
- Remove debug/test scripts (check_db.py, test_*.py, inspect_data.py) - Remove OPTIMIZATION_EXPLANATION.md (outdated) - Add gitignore rules for backup files and temp docs
1 parent 82858d4 commit 178d0e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ flask-api/check_db.py
9494
flask-api/test_ml_simple.py
9595
flask-api/test_optimize.py
9696
inspect_data.py
97+
98+
# Model backups and historical data backups
99+
model-files/*_backup_*.csv
100+
model-files/*_backup_*.pkl
101+
102+
# Temporary optimization files
103+
OPTIMIZATION_EXPLANATION.md

0 commit comments

Comments
 (0)