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

# Node
node_modules/
*.tgz
.npm
npm-debug.log*

# IDE / OS
.vscode/
.idea/
.DS_Store
*.swp

# Tooling caches / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Generated / live-fire output — real MJ grids + prompt logs; never commit
generated/
smoke-output/
cascade-prompt-log.jsonl

# Local-only working files — not part of the package
the toolkit/
_archive/
