agent/.gitignore
Snider ecd47fe3db revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00

38 lines
353 B
Text

.idea/
.vscode/
*.log
.core/*
!.core/docs/
!.core/docs/**
!.core/reference/
!.core/reference/**
!.core/workspace.yaml
node_modules/
bin/
dist/
.DS_Store
Thumbs.db
.Spotlight-V100
.Trashes
*.swp
*.swo
*~
*.tmp
.env
.env.local
.env.*.local
__pycache__/
*.pyc
.venv/
venv/
build/
*.exe
*.dll
*.so
*.dylib
*.a
*.o
*.class
*.test
coverage.out
*.coverprofile