# Environment Variables .env .env.local .env.* # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ env/ ENV/ .venv/ # IDE settings .vscode/ .idea/ *.swp *.swo # Data & Logs (Runtime generated) data/ *.log daily_trade_history.json watchlist.json bot_ipc.json # Test (top-level only; ai_trade/tests tracked separately) tests/ tests/* !ai_trade/tests/ !ai_trade/tests/** # System Thumbs.db Desktop.ini # stock KIS_SETUP.md # Claude Code subagent state .claude/ # Signal V2 runtime data ai_trade/data/*.db ai_trade/data/*.db-* # Plan-B-Insta services 예외 (코드는 추적, .env는 무시 유지) !services/ !services/**/ !services/**/*.py !services/**/Dockerfile !services/**/requirements.txt !services/**/.env.example !services/**/*.j2 !services/**/*.html !services/**/*.css !services/**/.gitkeep !services/**/pytest.ini !services/docker-compose.yml # 단 실 .env는 무시 유지 services/**/.env services/.env