# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dist/
docs/.vitepress/dist/
coverage/
*.tsbuildinfo

# Runtime data
*.limbic
*.db
*.sqlite
*.sqlite3

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Test outputs
test-results/
junit.xml

# Benchmark results
benchmarks/results/.limbicdb

# Cleanup 2026-04-01 - Temporary and backup files
*.bak
*.backup
*.tmp
*.limbic-shm
*.limbic-wal
__pycache__/
internal/temp/

# Debug scripts (should not be committed)
debug-*.ts
debug-*.js

# Test output files
*.log
vitest-results.json
vitest.out.txt
*.txt

# Agent runtime databases (created during local dev/testing)
.agent.limbic*

# P2P sync test artifacts (created by LocalP2PSyncProvider tests)
test-hub/
db-a.limbic*
db-b.limbic*
test-snapshot-debug.limbic*
verify-default-path-contract.limbic*
.limbicdb*
