# Large data files (stored in /tmp/, not in repo)
*.json
*.db
*.bin.gz

# Python cache
__pycache__/
*.pyc
*.pyo

# OS files
.DS_Store
Thumbs.db

# Environment
.env
.venv
venv/
