# 環境変数（絶対にコミットしないこと）
.env

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# テスト・カバレッジ
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# macOS
.DS_Store

# PM2 ログ
logs/

# 取引イベントログ（実取引データを含む）
data/events/

# Agent
.agent/
data/
