54 lines
610 B
Plaintext
54 lines
610 B
Plaintext
# Dependencies
|
|
node_modules
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
*.tgz
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.envrc
|
|
|
|
# TAKT config (user data)
|
|
.takt/
|
|
!.takt/config.yaml
|
|
!.takt/pieces/
|
|
!.takt/pieces/**
|
|
!.takt/personas/
|
|
!.takt/personas/**
|
|
!.takt/policies/
|
|
!.takt/policies/**
|
|
!.takt/knowledge/
|
|
!.takt/knowledge/**
|
|
!.takt/instructions/
|
|
!.takt/instructions/**
|
|
!.takt/output-contracts/
|
|
!.takt/output-contracts/**
|
|
|
|
task_planning/
|
|
|
|
OPENCODE_CONFIG_CONTENT
|
|
|
|
# Local editor/agent settings
|
|
.claude/
|