chore: 项目宪法五件套 + Phase 1 家用机日志初始化

This commit is contained in:
simonkoson
2026-05-08 17:43:08 +08:00
commit f1170dbe01
7 changed files with 2034 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
# Node
node_modules/
dist/
build/
.vite/
# 环境配置(永远不上传)
.env
.env.local
# 编辑器
.vscode/
.idea/
*.swp
# 操作系统
.DS_Store
Thumbs.db
# 日志运行产物
*.log
cookie.txt
# 临时文件
*.tmp
*.bak