# secrets — RAYNET_API_TOKEN lives here
.env*
!.env.example
.envrc

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

# os / editors
.DS_Store
.idea/
.vscode/

# SDD scratch workspace
.superpowers/
