# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Packaging
build/
dist/
*.egg-info/
.eggs/
*.egg
MANIFEST

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover

# Type checking / lint
.mypy_cache/
.ruff_cache/

# MkDocs
site/

# Virtual environments / uv
.venv/
venv/
env/

# Local / IDE / OS
.env
.idea/
.vscode/
.DS_Store

# Dev
dev/