Files
Mutual_Fund/.gitignore
T
2026-09-12 20:25:13 +08:00

86 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.env
# Python 缓存与编译文件
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
env/
.venv/
ENV/
# IDE / 编辑器
.idea
.idea/
.vscode/
*.swp
*.swo
# 日志
*.log
logs/
# 操作系统文件
.DS_Store
Thumbs.db
# 测试文件与产物
tests/
.pytest_cache/
.coverage
coverage.xml
htmlcov/
junit.xml
# mypy / 类型检查缓存
.mypy_cache/
# 向量库、本地数据库、模型文件
*.db
*.sqlite
*.milvus
*.neo4j
*.bin
*.pth
*.ckpt
*.onnx
# 本地导出数据、临时文件
data/
data/tmp/
data/output/
*.csv
*.xlsx
*.parquet
docs/
# 本地临时需求文档
DK2_客服Agent模块完整开发计划(v1.1).md
DK4_客服Agent需求文档(修复完善版v1.4).md
客服Agent模块 · TODO List(最终修复版v1.2).md
三层记忆模块需求规格说明书.md
客服Agent记忆模块TODO清单.md
客服Agent记忆模块开发计划.md
开发计划_用户画像置信度实时更新.md
客服Agent记忆模块接入说明.md
客服Agent接口清单.md
空闲会话自动归档开发计划.md