__pycache__/
*.pyc
*.pyo
.DS_Store
Thumbs.db
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg


# 生成的图表
charts/

# 环境
.venv/
venv/
env/
# Codex internal
.reasonix/
.codegraph/
.kline_cache/
.financial_cache/
.codex/
**/.reasonix/
**/.codegraph/
**/.kline_cache/
**/.financial_cache/

# AI Agent 工作目录（CodeBuddy / Claude / Cursor / Aider 等）
.workbuddy/
.claude/
.cursor/
.aider*
.continue/
.codeium/

# IDE / 编辑器
.idea/
.vscode/
*.swp
*.swo
*~

# 日志文件
*.log
logs/

# 本地调试 / 临时脚本（不进版本库）
_debug_*
_test_*
_temp_*
_server_*
_srv*
scratch_*

# 敏感配置 — 绝对不能提交
.env
.env.local
.env.*.local
*.token
*_token.txt
