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

# Runtime memory store / state
.memorised-them-all/
*.npz

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

# Keep the bundled vendor asset, ignore stray downloads
sample/out/
