feat: add agent-os bootstrap bundle
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Runtime output is generated on the server and must not become source history.
|
||||
logs/
|
||||
|
||||
# Bootstrap exports are generated bundles. Source lives in bootstrap/templates/.
|
||||
bootstrap/exports/
|
||||
|
||||
# Claude Code compatibility memory is generated/symlinked runtime state.
|
||||
claude-code/
|
||||
|
||||
# Local secrets and deployment state must never be committed.
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.log
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.cache/
|
||||
data/
|
||||
uploads/
|
||||
backups/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
Reference in New Issue
Block a user