# CodeRadar index
.coderadar/

# Rust build artifacts
/target/
**/*.rs.bk

# Python bytecode & caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Compiled extension (built via maturin; rebuild with `maturin develop`)
*.so
*.pyd
# Windows debug symbols from the built extension (churns on every rebuild).
*.pdb

# Packaging
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Runtime caches
.gossamer_cache/
.web_research_cache/
stored_documents/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
crash.log

# Scratch artifacts
step1_links.json
wiki_topics.json

# Windows device-name artifact (prevents accidental indexing)
nul

# Local planning spillover (audits, provider research, internal plans).
# Deliberately unsynced: working notes live here, the repo keeps only
# docs/QUICKREF.md + docs/ARCHITECTURE.md as its synced record.
/planning/
