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

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

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

# Type checking
.mypy_cache/
.pyright/

# featuremap output
.featuremap/
.faultline

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

# Secrets
.env
.env.local
.env.*
*.key

# Hatch
.hatch/

# Dev dashboard (personal use only)
dashboard/


