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

# Virtual environments
.venv

# Ruff
.ruff_cache/

# Logs
logs/
af_evaluations/
images/

# Data
data/

# Plots
plots/

# Environment variables
.env

# Claude Code
.claude/

# Testing
.pytest_cache/

# OS-specific files
.DS_Store

# LLMCompare cache
llmcompare_cache/

# Scripts directory - ignore everything except Python files
scripts/*
!scripts/*.py
!scripts/*.yaml