Files
Mutual_Fund/.gitignore

79 lines
938 B
Plaintext
Raw Permalink 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
# 本地临时需求文档
DK2_客服Agent模块完整开发计划(v1.1).md
DK4_客服Agent需求文档(修复完善版v1.4).md
客服Agent模块 · TODO List(最终修复版v1.2).md
客服Agent长期记忆与置信度最终开发文档.md