CLAUDE.md
# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Test + lint caches
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.coverage
htmlcov/

# AgentCost runtime data
.agentcost/

# Model artifacts
*.pkl

# SWE-bench cached data (large, downloaded on demand)
tests/synthetic/swebench/data/*.json
tests/synthetic/swebench/data/*.jsonl

# Generated PDFs and corpora
pdfs/generated/

# IDE
.vscode/
.idea/
*.swp
.DS_Store
.env

# Generated pipeline output (PDFs, descriptors, manifests)
output/

# Generated reports and analysis artifacts
reports/

# Auto-generated workflow inputs (regenerated on demand)
inputs/generated/

# Claude Code local config
.claude/
qwen-workspace-germany.csv
qwen-workspace-singapore.csv

# Backtesting results and datasets (regenerated on demand)
tests/backtesting/results/
tests/backtesting/dataset/

# Pre-computed embedding corpora (regenerated via scripts/build_rag_corpus.py)
pdfs/w14_corpus/
pdfs/w15_corpus/
pdfs/w17_corpus/

# Archived design docs (local reference only)
docs/archive/

# Session handover notes
HANDOVER.md
prompts/v1_brainstorm_prompt.md
PLAN.md
PRE_LAUNCH_TESTS.md
SESSION_9_PROMPT.md
STATUS.md
tests/manual/USE_CASE_PROMPT.md
tests/manual/PRE_LAUNCH_SESSION_PROMPT.md
