39 lines
825 B
Plaintext
39 lines
825 B
Plaintext
# Build artifacts
|
|
dist/
|
|
bun.lock
|
|
|
|
# Dependencies and lock files
|
|
node_modules/
|
|
package-lock.json
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Test artifacts (generated at runtime)
|
|
tests/node_modules/
|
|
tests/visual/baseline/
|
|
tests/visual/current/
|
|
tests/visual/diff/
|
|
tests/visual/e2e/
|
|
tests/reports/
|
|
|
|
# Kilo generated files (auto-created, not tracked)
|
|
.kilo/logs/
|
|
.kilo/reports/
|
|
.kilo/EVOLUTION_LOG.md
|
|
.kilo/WORKFLOW_AUDIT.md
|
|
|
|
# Local workspace / worktrees
|
|
.work/
|
|
|
|
# Temporary research artifacts (one-off scripts, diagnostic outputs)
|
|
agent-evolution/archive/scripts/
|
|
agent-evolution/archive/reports/
|
|
agent-evolution/archive/data/
|
|
|
|
# Architect generated maps (can be large, auto-indexed)
|
|
# Note: .architect/ md and json files ARE tracked for team orientation
|
|
# Only maps/ with file graphs can be very large
|
|
.architect/maps/.work/
|