在准备环境前提交次全部更改。

This commit is contained in:
Neo
2026-02-19 08:35:13 +08:00
parent ded6dfb9d8
commit 4eac07da47
1387 changed files with 6107191 additions and 33002 deletions

66
.gitignore vendored
View File

@@ -1,23 +1,57 @@
# ===== 临时与缓存 =====
tmp/
# tmp/
__pycache__/
*.pyc
*.py[cod]
*$py.class
*.so
.hypothesis/
.pytest_cache/
logs/
pytest-cache-files-*/
# logs/
*.log
*.jsonl
# ===== 运行时产出 =====
#export/
#reports/
# scripts/logs/
# ===== 环境配置(保留模板) =====
.env
.env.local
!.env.template
# .env
# .env.local
# !.env.template
# ===== Node =====
node_modules/
# ===== Python 虚拟环境 =====
.venv/
venv/
env/
# .venv/
# venv/
# ENV/
# env/
# ===== Python 构建产物 =====
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
dist/
# ===== 测试覆盖率 =====
.coverage
htmlcov/
# ===== infra 敏感文件 =====
infra/**/*.key
@@ -27,8 +61,16 @@ infra/**/*.secret
# ===== IDE =====
.idea/
.vscode/
*.swp
*.swo
*~
.specstory/
.cursorindexingignore
# ===== 分发/构建产物 =====
dist/
build/
*.egg-info/
# ===== Windows 杂项 =====
*.lnk
.Deleted/
# ===== Kiro 运行时状态 =====
.kiro/.audit_state.json
.kiro/.last_prompt_id.json