# Environment & secrets
.env
.env.*
*.env

# Virtual environment
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]
*.pyo
.mypy_cache/
.ruff_cache/

# Test & coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# macOS
.DS_Store

# Claude
.claude