.DS_Store
references/

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

# PhaseOps secrets — never tracked
.phaseops/.env

# Editors
.idea/
.vscode/

