# Environment & secrets
.env
*.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Cache database
~/.enricher/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Claude
.claude/
