# Rust build outputs
target/
python/target/
python/.venv/
python/.pytest_cache/
python/**/__pycache__/
python/dist/
python/sct_py/*.so
python/sct_py/*.pyd

# SNOMED CT data - licensed content, never commit
*.ndjson
*.parquet
*.lance
*.db
*.db-shm
*.db-wal
*.arrow
*.fst
*.zip
snomed-concepts/
snomed-hierarchies/

# Benchmark results (generated data - commit selectively, not automatically)
benchmarks/reports/
benchmarks/profiles/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
.env


# Zensical generated output
site/

# Agents - scratch output from agent tooling, never part of the repo
.claude
.playwright-mcp/

# Node modules
node_modules/

.config/sct/

# private files
.private/
/loinc/
