Clean up: remove backups, cache, logs; add .gitignore
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
# Backup files
|
||||
*.backup.*
|
||||
*.v?.*
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Local data (auto-generated)
|
||||
health.json
|
||||
Reference in New Issue
Block a user