node_modules/
dist/
*.log
.DS_Store
.env
.env.*
!.env.example
# local token cache (never commit a credential)
.token
.aether-token
# editor
.idea/
.vscode/
# scratch output (test redirects, etc.) — never a build or loop artifact
_tmp/

# agent runtime output (plans the agent writes during /plan runs)
.hermes/
.aether/artifacts/
.aether/preview/

# packed npm tarballs (npm pack output) — the registry is the distribution
# channel, not the repo
*.tgz

# Python launcher (packages/pypi-cli)
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
