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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.coverage
coverage.xml
coverage.html
htmlcov/
.pytest_cache/

# Type checking
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
.dome-demo.env

# Claude
.claude/settings.local.json

# Build artifacts
tmp/
