33 lines
453 B
Plaintext
33 lines
453 B
Plaintext
# Reference clones — re-clone via scripts/sync-repos.sh if needed
|
|
.repos/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Pi local config
|
|
.pi/agent-sessions/
|
|
.pi/debug-captures/
|
|
.pi/web-test-captures/
|
|
|
|
# Backups
|
|
backups/
|
|
|
|
# Pi local data
|
|
.pi/agent-sessions/
|
|
.pi/debug-captures/
|
|
.pi/web-test-captures/
|
|
.pi/security-audit.log
|
|
|
|
# Context reports
|
|
.context/reports/*.db
|
|
.context/reports/*.db-shm
|
|
.context/reports/*.db-wal
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.log
|