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

# Virtual environments
.venv

# Large data (download separately)
data/
runs/

# Credentials and API keys
.env
.gcp-sa-key.json
api.txt

# Private project notes
CLAUDE.md
CLAUDE-archive.md
MEM/
.claude/
.mcp.json

# Misc private files
google.md
vertex.skill
.gitignore_local

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.log
*.out
*.synctex.gz
texput.log

# PAPER: track sources, exclude downloaded reference PDFs
PAPER/pdf/
PAPER/automl_template/

# PDFs outside PAPER/
/*.pdf
