TradingAgents/.gitignore

33 lines
563 B
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/
__pycache__/
.DS_Store
*.csv
src/
eval_results/
eval_data/
*.egg-info/
.env
# 测试目录(不纳入版本控制)
tests/
# 中文版本目录(不纳入版本控制)
TradingAgentsCN/
# 虚拟环境目录(不纳入版本控制)
test_env/
.venv/
# 分析结果目录(不纳入版本控制)
results/
# 配置文件(包含使用统计,不纳入版本控制)
config/usage.json
# 数据缓存目录(不纳入版本控制)
data_cache/
tradingagents/dataflows/data_cache/
# PR相关文件不纳入版本控制
PR_DESCRIPTION.md