# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Logs
*.log
logs/
*.log.*

# Runtime data
data/
*.db
*.sqlite
*.json.bak

# Environment variables
.env
.env.local

# Docker
.dockerignore

# Home Assistant
homeassistant/.storage/

# Temporary files
*.tmp
temp/
tmp/

# OS
Thumbs.db
.DS_Store
