Skip to content

Commit ea8aac1

Browse files
committed
chore(gitignore): ignore local AI agent and planning artifacts
Add the following local-only files/dirs to .gitignore so they do not pollute the working tree status: .claude/ # Claude Code per-repo workspace AGENTS.md # local agent guidelines (not project doc) CLAUDE.md # local Claude config (not project doc) plan.md # local planning scratchpad These are user-side scaffolding files generated by AI coding assistants and should never be committed to this repository.
1 parent 22986c7 commit ea8aac1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ adapter/syscall/helloworld_stack_epoll
3939
adapter/syscall/helloworld_stack_epoll_kernel
4040
adapter/syscall/helloworld_stack_epoll_thread_socket
4141
adapter/syscall/helloworld_stack_thread_socket
42+
43+
# AI agent / planning artifacts (local only)
44+
.claude/
45+
AGENTS.md
46+
CLAUDE.md
47+
plan.md

0 commit comments

Comments
 (0)