65 lines
652 B
Plaintext
65 lines
652 B
Plaintext
# Secrets & Credentials
|
|
telegram_config.json
|
|
*.env
|
|
*.key
|
|
*.secret
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
dashboard.log
|
|
dashboard_*.log
|
|
nohup.out
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
*.ipynb:Zone.Identifier
|
|
|
|
# Archive/Temp folders
|
|
archive/
|
|
archiv/
|
|
misc/
|
|
.goose/
|
|
temp/
|
|
tmp/
|
|
|
|
# Performance data (optional - keep template)
|
|
# Uncomment if you don't want to track trade data
|
|
# trade_performance_*.json
|
|
|
|
# Streamlit cache
|
|
.streamlit/
|