# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/

# Artifacts (generated animations) — but keep committed assets
*.gif
!assets/*.gif

# Local learning materials
docs/learn/

# Local/internal Python scratch files
*_internal.py

# Local experiments / release artifacts
cache/
syncode/
dist-pyprior/
dist-pyprior-clean/
dist-pyprior-migrated/

# OS / editor
.DS_Store
.idea/
.vscode/
