Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ALPo5Y86fzQjsALNZRSSG5
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
# runtime state + logs (never committed)
|
|
.ao-state/
|
|
*.log
|
|
__pycache__/
|
|
*.pyc
|
|
result
|
|
|
|
# secrets — credentials, never committed
|
|
.secrets/
|
|
|
|
# projects scaffolded locally by scripts/create-project.sh are their own repos — not tracked here
|
|
/projects/
|