Files
Mutual_Fund/.gitignore
T
2026-09-11 11:24:32 +08:00

130 lines
1.6 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/
.idea
.idea/
.venv/
ENV/
# 日志文件
*.log
# 操作系统文件
.DS_Store
Thumbs.db
# pytest 测试产物
.pytest_cache/
.coverage
coverage.xml
htmlcov/
junit.xml
# mypy 类型检查缓存
.mypy_cache/
# 向量库、本地数据库、模型文件(大文件不要提交git)
*.db
*.sqlite
*.milvus
*.neo4j
*.bin
*.pth
*.ckpt
*.onnx
# 本地导出数据、临时csv/excel
data/tmp/
data/output/
*.csv
*.xlsx
*.parquet
# 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/
.idea
.venv/
ENV/
# 日志文件
*.log
# 操作系统文件
.DS_Store
Thumbs.db
# pytest 测试产物
.pytest_cache/
.coverage
coverage.xml
htmlcov/
junit.xml
# mypy 类型检查缓存
.mypy_cache/
# 向量库、本地数据库、模型文件(大文件不要提交git)
*.db
*.sqlite
*.milvus
*.neo4j
*.bin
*.pth
*.ckpt
*.onnx
# 本地导出数据、临时csv/excel
data/tmp/
data/output/
*.csv
*.xlsx
*.parquet
# 本地临时需求&开发计划文档
DK2_客服Agent模块完整开发计划(v1.1).md
DK4_客服Agent需求文档(修复完善版v1.4).md
客服Agent模块 · TODO List(最终修复版v1.2).md