# Build artifacts (rebuilt via `python -m build .`)
dist/
*.egg-info/
build/

# Test caches
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Python bytecode (also covered by repo-root .gitignore)
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/

# CatchMyTask legacy (migrated content; kept local)
.cmt/
