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

# Virtual environments
.env
.venv/
venv/
ENV/
env/
.ENV

# uv build lock files (created in worktrees)
uv-*.lock

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Test files
pytest_cache/
.coverage
htmlcov/

# Test environment runtime data
tests/haconfig/

# Test WIP files for review
tests/WIP/

# Temporary files
*.tmp
*.temp
temp/
tmp/

# Type checking
.mypy_cache/

# Development and sensitive files
development/
private/
migration-public/
reference-repos/
archive/
docs/review/
docs/development/
.local/
local/
worktree/
/.claude/settings.local.json
fastmcp/

# HACS frontend - large (~51MB) JavaScript assets, downloaded during test setup
tests/initial_test_state/custom_components/hacs/hacs_frontend/

# Auto-Claude workspace files
.auto-claude/
.worktrees/
.claude_settings.json
