# Python-generated files __pycache__/ node_modules/ *.py[oc] build/ dist/ wheels/ *.egg-info .vscode/ .idea/ *.log .DS_Store .env .env.* .venv/ venv/ # S3 ingestion cache (QUE-223) .cache/ # Extraction-review scratch dumps (extraction-review skill working dir) .camelot-eval/ # Experimental scratch work (per-ticket prototype folders, ad-hoc scripts). experiments/* # The playground's local corpus (staged PDFs, parse artifacts, uploads). data/ # Testing .pytest_cache/ htmlcov/ .coverage .coverage.* *.cover .hypothesis/ .tox/ pytest_cache/ coverage*.txt # Output directories and files output/ output_test/ batch_output/ *.md !README.md !ARCHITECTURE.md !CHANGELOG.md !TODO.md # Claude Code instruction artifacts are part of the codebase and must be tracked # wherever they appear (root or any subpackage). CLAUDE.local.md is deliberately # NOT negated -- it is a personal, machine-local override and stays ignored. !CLAUDE.md !AGENTS.md !docs/**/*.md !.github/**/*.md !.claude/**/*.md !deploy/**/*.md !runpod/**/*.md !design-system/**/*.md *.png !src/quber/playground/static/*.png !design-system/**/*.png *.doctags *_artifacts/ table_analysis.json */settings.local.json # Review-suite outputs (.plan-review/*.html and the design/architecture reviews) # are tracked as the record of each plan -- HTML is no longer ignored anywhere. # Coverage/build HTML stays out via their own directory ignores (htmlcov/, # output/, experiments/). Per-machine devserver state is not tracked. !.architecture-review/**/*-layouts.json !.design-review/**/*-layouts.json # Notes handed to and received from the design tool sit beside the plan they # revise, and are tracked because the plan is only half of that exchange. The # blanket *.md rule above would otherwise drop them. !.plan-review/handoff-*.md # The accumulated authoring rules every plan-review document is written # against; tracked so the skill can be pointed at them. !.plan-review/AUTHORING_NOTES.md .plan-review/.devserver-port .plan-review/.devserver-token .plan-review/.playground-sessions.json .architecture-review/.devserver-port .design-review/.devserver-port # Local run logs and agent transcripts /logs/