# Python cache
__pycache__/
*.py[cod]

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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local outputs
runs/

# LaTeX build artifacts
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.toc
*.synctex.gz
*.pdf

# Personal / local-only helper notes
RELEASE_AND_MAINTENANCE.md
PRIVATE_*.md
PERSONAL_*.md
LOCAL_*.md
