# Build artifacts
/target
crates/**/target/

# Stray test binaries (should be in target/)
/mcp
/format
/paths
/helpers

# Qipu store - ignored for now since no project knowledgebase exists yet.
# If we add a kb in the future, remove this and track .qipu/ contents.
.qipu/

# Debug/test directories (ad-hoc testing)
exact_test/
test_compact_debug/
*_test/
*_debug/

# Logs
.ralph-logs/
*.log

# Node (legacy)
node_modules/
dist/

# LLM validation transcripts (volatile test artifacts)
tests/transcripts/

# LLM tool test results
llm-tool-test-results/

.beads/export-state

# Python cache files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/

# keep local for now
.agents
