# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Tooling
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/

# simloom artifacts
.sim/

# internal documents, never tracked
BRIEF.md

# OS
.DS_Store

# Local pre-publication upstream bug drafts — never ship in the package/repo
reports/

# internal roadmap, never tracked
docs/roadmap-100x.md
