__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.ci-passed
.pytest_cache/
.coverage
*.pickle
*.cache
*.nt
coverage.xml
htmlcov/
snapshot_report.html
*.egg
RELEASE_NOTES.md
.DS_Store

# Internal-only docs — must never reach the public mirror.
# See scripts/check_no_internal_docs.sh (enforced by the "Leak scan" workflow).
docs/internal/
*.internal.md

# Node / JS tooling
node_modules/

# Claude Code personal permissions
.claude/settings.local.json
snapshot_report.html

# ster runtime/session artifacts; project.json is shared project configuration
.ster/*
!.ster/project.json
*.ttl
!ster/taxonomy.ttl
!ster/tui/demo.ttl
!ster/tui/mixed-gear-demo.ttl
!ster/wind-bigood.ttl

# VS Code
.vscode/
