# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Test / coverage artifacts
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Documentation build output (mkdocs)
site/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Local-only override notes
*.local.md

# LaTeX source and build artifacts for engine-overview.pdf; only the PDF is committed
engine-overview.tex
engine-overview.aux
engine-overview.log
engine-overview.out
engine-overview.synctex.gz
