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

# interninbox scan state (per-user, never commit)
.interninbox-state.json

# macOS
.DS_Store

# Internal planning docs / specs, not published
docs/
