build/
build-*/
docs/api/
.env
.claude/
.playwright-mcp
benchmarks/node_modules/

# Python venvs.
.venv/
__pycache__/
*.pyc

# Session handoff note — local planning doc, not tracked.
NEXT_SESSION.md

# Local VSCode multi-folder workspace files.
*.code-workspace

# Stray CMake artifacts if cmake is ever run from the repo root by accident
/CMakeCache.txt
/CMakeFiles/
/Makefile
/cmake_install.cmake
/compile_commands.json

# RE analysis pipeline now lives in https://github.com/fox1245/re-agent
# (private). examples/35_re_agent.cpp stays here as the engine showcase.

# CTest output dir (re-agent's stale pre-split artifact, plus future test runs)
Testing/


# Generated by examples/14_graph_to_json.py
bindings/python/examples/my_graph.json

# Session-local investigation log — kept untracked (personal diagnostic).
benchmarks/dr_compare/SESSION_REPORT.md

# WASM build artifacts — wasm/smoke.cpp + README.md track; binaries don't.
wasm/*.wasm
wasm/*.js
wasm/*.html
wasm/*.data
