# 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
