This commit is contained in:
Danilo Reyes
2026-02-07 04:41:52 -06:00
commit 0f5e76ddc9
36 changed files with 5390 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Codex runtime/auth/cache artifacts
.codex/auth.json
.codex/history.jsonl
.codex/models_cache.json
.codex/log/
.codex/tmp/
.codex/sessions*
# OS/editor noise
.DS_Store
Thumbs.db
*~