prod preparations

This commit is contained in:
2026-01-28 08:53:21 -05:00
parent 4850c16b87
commit b70d87c797
9 changed files with 1259 additions and 14 deletions

43
.gitignore vendored
View File

@@ -1,4 +1,43 @@
# Environment variables and secrets
.env
data/config.json
tokens.md
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.venv
temp.md
venv/
env/
ENV/
*.egg-info/
dist/
build/
# Data files (may contain sensitive info)
*data
tokens.md
data/*.json
!data/.gitkeep
# Temporary files
temp.md
*.tmp
*.bak
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db