### Project-local gitignore

# Forward-search paper
2301.12670v1.pdf

# Reverse-search paper
rzad056.pdf

# Outputs directory
outputs/

# Micro-benchmark result JSONs (per-machine; baselines are documented in benchmarks/README.md)
benchmarks/results/

# Container artifacts
*.sif

# Python packaging artifacts (python -m build)
dist/
*.egg-info/


### Global gitignore (https://github.com/zachtheyek/dotfiles/blob/master/git/.gitignore_global)

# Mac system files
.DS_Store
.localized

# Python bytecode
__pycache__/

# Python virtual environments
.venv/
venv/
env/
ENV/

# Jupyter checkpoints
.ipynb_checkpoints/

# Linters/formatters
.ruff_cache

# Vim/Neovim artifacts
*.swp
*.swo
.session
.nv/
Session.vim

# Claude configs (ignore local state, but track project-local instructions & shared skills)
**/.claude/*
!**/.claude/CLAUDE.md
!**/.claude/skills/

# Caches/backups
.cache/
*.tmp
*.bak
*.backup
*.old

# Logs/outputs
*.log
*.out

# Environment variables
.env
