.DS_Store
.env
.cache
*.pickle
__pycache__/
venv
wandb
logs/
.pyc
.venv*
.runpod_config.json
.claude
.direnv
.envrc
# .beads - now tracked for bd issue tracker
models

data/bash_arena_examples_from_fabian/
data/full_log_dump.txt
value_head_probes/

*.egg-info/
**/*.egg-info/

# Personal/private files
fabians_work_with_me_doc.me
CLAUDE.md

results/eval_results.db
results/control_monitors.duckdb
results/control_monitors_v2.db
results/control_monitors_v2.db-shm
results/control_monitors_v2.db-wal
results/control_monitors_v2.db.backup
results/backups/

# Cloned repos used for creating attack patches (large, reproducible)
**/repo/
**/repo
PR_vulnerabilities/eleutherai/lm-evaluation-harness/attacks-*
PR_vulnerabilities/eleutherai/lm-evaluation-harness/repo-*
PR_vulnerabilities/nix_fod_attack/
PR_vulnerabilities/pytorch_repo/
PR_vulnerabilities/vllm/disable_logging/
PR_vulnerabilities/vllm/example_framing_attack/
PR_vulnerabilities/vllm/indirection_attack/
PR_vulnerabilities/vllm/pytorch_downgrade_attack/
PR_vulnerabilities/vllm/trojan_ssrf_defaults/
PR_vulnerabilities/vllm/wet_attack/
PR_vulnerabilities/vllm/CVE_finding/
PR_vulnerabilities/vllm/CVE_search_current_version/
PR_vulnerabilities/vllm/vllm_repo/
PR_vulnerabilities/allenai/*/repo/
PR_vulnerabilities/allennlp/repo/
one_offs/fake_vs_real_transcripts/test_repo/

# Generated plots (reproducible from org files)
presentations/plots/
plots/
presentations/*.pptx

# Seed attempts db (backed up separately)
results/seed_attempts.db

# LLM response caches (regeneratable, expensive but not primary data)
results/mutation_verifier_cache*.json
results/mutation_monitor_eval.json

# Experiment training outputs (reproducible, large)
results/rl_camouflage/
results/evolve_attack/
results/control_monitors_v2.db.bak.*

# External repos
ext/

# Generated videos and scripts
results/*.mp4
/tmp/ytp_*.sh
