/target/
**/target/

# Local bindings/build outputs
geographdb-py/target/
geographdb-py/Cargo.lock
geographdb-py/.venv/

# Patch leftovers and editor files
*.orig
*.rej
*.bak
*.backup
*.tmp
*.swp
*.swo
*~

# Local data and generated databases
data/
bench_data/
*.db
*.db-shm
*.db-wal
*.geo
*.h5
output*.log
research_agent/output/

# Code intelligence graph DB (generated, not for publication)
.magellan/

# Agent/local automation state
.claude/
.taskmaster/
.fastembed_cache/
2026-*.txt

# Local diagnostic examples, not public API examples
scripts/

# Generated demo artifacts (regenerated on each run)
examples/results/

# Agent instructions — not for publication
AGENTS.md
CLAUDE.md

# Python build artifacts / lockfiles
*.abi3.so
__pycache__/
*.pyc
uv.lock

# Compiled extension module from maturin develop
geographdb-py/python/geographdb/_native*.so

