# Database files (local data)
data/*.json
data/config.json
!data/.gitkeep

# Config file with API keys - NEVER COMMIT
config.json

# Environment
.env

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
dist/
build/

# IDE
.idea/
.vscode/
*.swp
