# secrets and local state — never commit
.env
.env.*
*.db
*.db-journal
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
probe-output*.json
scratch/

# python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# editors / os
.DS_Store
.idea/
.vscode/

# local reference checkouts, never committed
TEMP/

# working prompts and the local agent definition — kept out of the public repo
# on purpose. The versioned copies live in the private quotalens-web repo under
# prompts/. Removed from history on 2026-09-06; see that repo for the record.
design/prompts/
docs/prompts/
.claude/
CLAUDE_CODE_PROMPT.md
docs/V0.1.0-PROMPT.md
docs/AUDIT-*.md
docs/SECURITY-AUDIT-*.md
docs/LAUNCH-READINESS-*.md
docs/LAUNCH-TODO.md
