.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
dist/
build/
.mypy_cache/

# notebook runtime state / key stores — hold private keys + agent state. Never commit.
.atoa_*.json
**/.atoa_*.json
.env
.env.*
demo