# Python build artefacts and virtualenv
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
*.mcpb

# Test and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/
.coverage
htmlcov/

# Editor and OS metadata
.vscode/
.idea/
.DS_Store
*.swp
*.swo

# Project-internal session/state directories (not for the public repo)
.claude/
.omc/

# Generated demo data and ephemeral run output
examples/sample_data/synthetic_*.las
examples/sample_data/synthetic_dlis_*.dlis
examples/sample_data/*.truth.json
evals/results/
.eval_tmp/
