# Environment / secrets — NEVER commit this
.env

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
certifi/_os_cacerts.pem

# Agent P0 checkpoints (local snapshots before large writes)
.code-agent-checkpoints/

# P2 opt-in workspace memory (do not commit team-local notes)
.codeAnex/memory.md
.codeanex/memory.md
.code-agent/memory.md

# P3 tool audit log (local / compliance)
.codeAnex/audit.jsonl
.codeAnex/graphify-out/
.codeAnex/react-doctor-last.json
.code-agent/audit.jsonl
.code-agent/graphify-out/
.code-agent/react-doctor-last.json

# IDE
.vscode/
.idea/
*.swp
# Caches / runtime artifacts - regenerable
.pytest_cache/
.ruff_cache/
graphify-out/
__pycache__/
*.py[cod]

# Test venvs
_test_venv/
venv/

# Webview build artifacts - regenerated via extract-webview.mjs
.extracted-webview.js
.tmp-webview-script.js
.tmp-esc.js

# Packaged VS Code extension - build with `vsce package`
vscode-extension/*.vsix
