# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Audit reports — local working artifacts, regenerated each release
audits/

# Docs — internal notes, plans, and benchmark dumps. Already-tracked
# files under docs/ stay tracked; this prevents new files from being
# added to git.
docs/

# Benchmarks — already-tracked scripts/configs stay tracked; new
# benchmark output, repo clones, and intermediate artifacts ignored.
benchmarks/

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

# OS
.DS_Store
Thumbs.db

# Temporary / scratch files
_create_resolution.py
_gen_test.py
_test_b64.txt
_write_test.py

# IDE / editor
.cursor/
.claude/

# ML training artifacts (never commit — multi-GB)
ml/all_symbols.json
ml/claude_training_pairs.json
ml/llm_training_pairs.json
ml/m5_*.json
ml/m5_programmatic_pairs.json
ml/m5_*.pt
ml/.claude_batch_state.json
ml/.repo_cache/

# Generic ML data extensions
*.pt
*.ckpt

# Developer-specific shell helpers
grafyx_start.sh

# Benchmark harness — only scripts and pinned_commits.json are tracked
benchmarks/repos/
benchmarks/eval_data/
benchmarks/results/

# One-shot ONNX conversion output (large, uploaded to HF, not committed)
ml/coderankembed_onnx_out/
