# Python bytecode
__pycache__/
*.pyc
*.pyo

# Build / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# MkDocs build output
site/

# Type checking
.mypy_cache/

# IDE
.idea/
.vscode/

# Environment / secrets
.env

# Local settings
settings.json

# macOS junk
.DS_Store
