35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
# Python cache and build artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
.build/
|
|
.eggs/
|
|
*.egg-info/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Jupyter checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# Logs and data
|
|
app/data/*.db*
|
|
app/data/backups/
|
|
app/data/logs/
|
|
app/data/*.json
|
|
.json
|
|
*.log
|
|
|
|
# Streamlit temporary files
|
|
.streamlit/
|
|
|
|
# Local references
|
|
Refer-TradingAgents-CN
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|