# Runtime artifacts / journals / reports runtime/ Tradeanalyse/ trade_journal.jsonl trading_log.txt profit_history.log crash_report.log agent_status.log account_health.txt portfolio_state.json cooldowns*.json *.pid *.log *.jsonl # Python / local env .venv/ venv/ __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ # Local env/secrets .env .env.* *.pem *.key *secret* *secrets* *private_key* *api_key* # Local scratch .tmp/ tmp/