Initial commit: 1人+2AI协作框架 - 完整目录结构和AI宪法

This commit is contained in:
tupingr
2026-05-22 15:27:36 +08:00
commit 837d067928
30 changed files with 1498 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
# Dependencies
node_modules/
vendor/
__pycache__/
*.pyc
*.pyo
venv/
# Build outputs
dist/
build/
*.log
*.out
# IDE
.vscode/
.idea/
*.swp
*.swo
*.DS_Store
# OS
Thumbs.db
.DS_Store
# Environment variables
.env
.env.local
.env.*.local
.env.production
# Test reports
reports/test-results/*.json
reports/test-results/*.xml
reports/reviews/*.md
# Model files
models/
*.pt
*.pth
*.onnx
# Data files
data/
*.csv
*.jsonl
# Temporary files
*.tmp
*.temp
*.bak
# Logs
logs/
*.log
# AI history (optional - uncomment to track)
# .ai/history/