# Binaries
/bin/
/gleann
/gleann-server
/gleann-mcp
*.exe

# Build
/build/
/dist/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test
coverage.out
coverage.html
*.test

# Indexes
indexes/
*.index
*.passages.jsonl
*.passages.idx
*.meta.json

# Temp
/tmp/
*.log

# Gleann runtime data (generated by tests/integration)
**/.gleann/

# Local-only documents (not committed)
LOCAL_*.md

# AI agent instruction files (local only)
AGENTS.md
CLAUDE.md
GEMINI.md

# AI tool config directories (local only)
.gemini/
.opencode/
opencode.json

# E2E generated outputs (run artifacts, not fixtures)
e2e/results/*.html
e2e/results/*.md
e2e/results/*.log
e2e/indexes/

# Local-only working notes (LOCAL_*.md moved here, gitignored).
notes/
