# python
__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/
dist/
build/
# audit trails / runtime state — regenerated, not versioned
*.jsonl
# sqlite database + WAL sidecars — never versioned
*.db
*.db-shm
*.db-wal
# frontend deps + build output (SPA is built at release time, shipped in the wheel)
frontend/node_modules/
frontend/dist/
src/open_refinery/static/
# env
.env
# personal Claude Code permissions (not shared)
.claude/settings.local.json
