# macOS
.DS_Store

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

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
.coverage.*
htmlcov/

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

# Local task data (if using repo-local custom dir)
.task-notes/
tasks/
docs/requirements.md

