chore: initialize DevHarness template

This commit is contained in:
QiuSW
2026-08-07 23:11:53 +08:00
commit d6706f7c69
13 changed files with 588 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 本地环境与凭据
.env
.env.*
!.env.example
*.local
# 编辑器与系统文件
.idea/
.vscode/
.DS_Store
Thumbs.db
# 常见构建、测试缓存
__pycache__/
.pytest_cache/
.coverage
coverage/
dist/
build/
node_modules/