# Julia
Manifest.toml

# Documentation
docs/build/
docs/cache/

# Documentation (LaTeX build artifacts; keep .tex and .pdf)
docs/methods/*.aux
docs/methods/*.log
docs/methods/*.out
docs/methods/*.toc
docs/methods/*.fls
docs/methods/*.fdb_latexmk
docs/methods/*.synctex.gz
docs/methods/*.bbl
docs/methods/*.blg

# Documentation (VitePress / npm build artifacts)
node_modules/
docs/node_modules/
docs/package-lock.json
docs/src/.vitepress/cache/
docs/src/.vitepress/dist/

# macOS
.DS_Store

# linux
.vscode/

# local code for trying
examples/

# Claude Code files (local, not tracked)
.claude/

# Codex / other AI-tooling files (local, not tracked)
.codex

# Local scratch space (test scripts, logs, throwaway environments)
tmp/

# Local-only files (not for repo)
CLAUDE.md
AGENTS.md
agents.md
CAPABILITIES.md
SAEM_Q_MEMORY_POLICY.md
TEST_RUNTIMES.md
benchmarks/
