Add .gitignore for production repo

This commit is contained in:
2025-09-04 19:36:50 +00:00
parent ab9a661551
commit 6f4b3675a9

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Test files
test_*.py
# Development versions
*_enhanced.py
*_newer*.py
*_test.py
# Backups
*.bak
*.backup*
*.old
# Environment
.env
venv/
__pycache__/
# Configs with secrets
config.yaml