# Python artifacts
__pycache__/
*.py[cod]
*.so
.Python
.venv/
venv/

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

# Build outputs
build/
dist/
*.egg-info/
.bak/

# Internal markdown docs (keep user docs tracked)
IMPLEMENTATION_PLAN.md
plans/**/*.md
docs/*report*.md
