Files
Place-Order-Trading-Bot/.gitignore
T
cbazza 466b22e8f0
Deploy to Windows VPS / deploy (push) Has been cancelled
chore: add nul and check_ml_data.py to .gitignore
2026-05-12 12:26:49 +02:00

81 lines
903 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/
# Runtime trade data & ML artifacts
trade_performance_*.json
demo_test_stats.json
dynamic_thresholds.json
equity_curve_history.json
profitability_analysis.json
signal_cache.json
loss_protection_state.json
performance_report.txt
*.pkl
# Notebook backups (Git ist die Versionsverwaltung)
*_backup_*.ipynb
# Streamlit cache
.streamlit/
# Windows artefacts
nul
# One-off analysis scripts
check_ml_data.py