# Build output
build/
dist/
*.egg-info/

# Bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

# Tool caches and coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# macOS writes these into every directory it opens
.DS_Store
