# Local worktrees (repo-level guardrail) .worktrees/ # Story-runner local artifacts (must stay untracked) tools/story-runner/runs/ tools/story-runner/.tmp/ # Optional: local dashboard UI dependencies node_modules/ # Optional: work-in-progress worktree dirs (must stay untracked) worktrees/wt-*/ worktrees/main-merge/ worktrees/design-golden-galaxy/ # Python __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ .mypy_cache/ .coverage htmlcov/ # Virtualenvs .venv/ venv/ ENV/ # OS/editor .DS_Store **/.DS_Store Thumbs.db .vscode/* !.vscode/settings.json .idea/ *.swp *.swo # Build output dist/ # Environment .env .env.local .env.*.local # Logs *.log npm-debug.log* # Windows artifacts nul