# ── Build artifacts ──────────────────────────────────────────────────
target/
dist/
*.whl
*.egg-info/

# ── Python ───────────────────────────────────────────────────────────
.venv/
__pycache__/
*.pyc
*.pyo

# ── Compiled extensions ──────────────────────────────────────────────
*.pyd
*.so
*.dll

# ── Entroly runtime state (per-project, generated at runtime) ───────
.entroly/
.test_vault/

# ── Personal tooling ────────────────────────────────────────────────
vault/

# ── Scratch / debug artifacts ────────────────────────────────────────
.tmp/
*.restored
tuning_config.json
tuning_config.*.bak.json
entroly-report.html
training_data.jsonl

# ── Benchmark workflow artifacts (regenerated each run) ──────────────
bench/results.tsv
bench/.cache/
bench_section.md
bench_output.txt
test_output.txt

# ── Build & lint logs ────────────────────────────────────────────────
*_errors.txt
*_errors2.txt
*_output.txt
*_dump.txt
*_list.txt

# ── IDE / editor ─────────────────────────────────────────────────────
.idea/
.vscode/
claudecode/
*.swp
*.swo
.claude/

# ── OS ───────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db

# ── Test / CI caches ─────────────────────────────────────────────────
.pytest_cache/
.ruff_cache/
