# 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/

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