# ログファイル
logs/
*.log

# キャッシュ・一時ファイル
.venv/
__pycache__
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 設定・トークンファイル
app_config_*.json
saxo_token_*.json
.env

# レスポンスキャッシュ
response/*.json

# 未採用ブローカー探索（正本は archive/moomoo-integration-* ブランチ）
response/moomoo/

# IDE設定
.vscode/
.idea/
*.swp
*.swo

# OS生成ファイル
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Jupyter Notebook
.ipynb_checkpoints
tradetest.ipynb

# Include .claude directory
!.claude/

# streaming_data の大きな実行データファイル
streaming_data/
archive/
response_archives/
api_traces/
token*.txt
dashboard/.cache/
scratch/
history/
monitor/.cache/
admin/.cache/

# Agent & AI Metadata
.agent/
.agents/
.gemini/

# 上流リポのローカル clone（vendor/upstream.json + bootstrap で取得）
libs/saxo-apy/
libs/saxo_openapi/
docs/mcp-server-saxo-openapi/
docs/saxobank-openapi-docs/

# saxo_openapi_generator の一時キャッシュ（クローラー作業用）
tools/saxo_openapi_generator/scratch/
