# 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/