# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual envs
.venv/
venv/
.env

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Editor
.idea/
.vscode/
*.swp
.DS_Store

# Local planning artifacts — audits, sprint files, author notes.
# Public planning belongs on GitHub Issues / Projects; .docs/ stays local.
.docs/
