Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ result
/.code/*
!/.code/.gitignore

# Keep repo-level .codex config and skills visible, but ignore local runtime
# leaves generated by agent sessions.
/.codex/sessions/
/.codex/history*.jsonl
/.codex/log/
/.codex/logs/
/.codex/tmp/
/.agents/runs/
/.agents/tmp/
/.agents/cache/

# Antigravity stores local runtime/session state here.
/.antigravitycli/

Expand Down Expand Up @@ -99,6 +110,9 @@ actions-runner/
# caches
.cache/
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.turbo/
.parcel-cache/
.eslintcache
Expand Down Expand Up @@ -144,6 +158,8 @@ coverage/

# personal files
personal/
scratch/
handoff*.md

# os
.DS_Store
Expand Down