This commit is contained in:
2026-07-12 21:26:08 +08:00
commit 9dd41afd48
502 changed files with 129901 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Dependencies
node_modules/
# Build output
dist/
build/
*.tsbuildinfo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment / secrets (双保险:本项目 key 走 ~/.pi/agent/auth.json,但仍挡住 .env)
.env
.env.*
!.env.example
# macOS
.DS_Store
# IDE
.idea/
.vscode/
*.swp
*.swo
# Test coverage
coverage/
# Misc
.cache/
.tmp/
.superpowers/