# Environment
.env
.env.local

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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.iml

# Reports
reports/

# OS
.DS_Store
Thumbs.db

# MkDocs build output
site/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

