# Build output — generated by `python -m build`, not committed to source
dist/

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

# Packaging
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Environment
.env
.env.*

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
