chore: ignore agent local metadata
This commit is contained in:
+18
-8
@@ -12,14 +12,24 @@ npm-debug.log*
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
env-archive/
|
env-archive/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.local
|
|
||||||
tmp/
|
# Agent / tool local metadata. Keep git focused on MNote product code and design docs.
|
||||||
temp/
|
/.agent-templates/
|
||||||
|
/.claw/
|
||||||
|
/.clawd-todos.json
|
||||||
|
/.codex/
|
||||||
|
/.gemini/
|
||||||
|
/.reasonix/
|
||||||
|
/.codegraph/
|
||||||
|
|
||||||
|
*.local
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
**/.venv/
|
**/.venv/
|
||||||
.venv/
|
.venv/
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
|
|||||||
Reference in New Issue
Block a user