# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/
annihilation-env/

# Caches
/.ruff_cache/

# Editors
/.vscode/

# Configuration files
/config.toml

# Secrets (HF_TOKEN is written here by the TUI)
.env
.env.*
!.env.example

# Study checkpoints
/checkpoints/

# Residual plots
/plots/

# Rust TUI build artifacts
/tui/target/

# Debug traces and test output
trace*.txt
trace*.log
test_out.txt

# Large model artifacts
/cdn-artifacts/

# Codex attachments
/.codex-remote-attachments/

# Agent artifacts
.agents/

# TUI state files
.recent_models
tui/.recent_models

# Downloaded llama.cpp binaries / source used by GGUF conversion
/scripts/llama_cpp_bin/
/scripts/gguf_tmp_export_*/
/exports/
*.gguf

# Stray MSVC debug artifacts
*.pdb
