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

# Virtual environments
.venv

# MacOS
.DS_Store

# Aim
.aim/

# VS Code config
.vscode/settings.json

# Repomix
.repomix/
*.xml

# Claude Code
.claude/

# Local AI-agent instructions (kept on disk, not published)
AGENTS.md
CLAUDE.md

# Temporary files
tmp/


.Rproj.user

# GSA simulation results (keep metadata, ignore large output files)
scripts/results/salib_runs/**/*_sim.xlsx
scripts/results/salib_runs/**/*_sim.csv
scripts/results/salib_runs/**/*_sim.feather
# scripts/results/salib_runs/**/*_sim__*.parquet

### Core LaTeX files
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb

## Intermediate documents
*.dvi
*.xdv
*-converted-to.*

## Bibliography auxiliary files
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync

## Build tool directories
latex.out/

## Auxiliary and intermediate files from other packages
*.makefile
*.idx
*.ilg
*.ind

## Glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs
*.lzo
*.lzs

## Uncomment if you don't want to keep the PDF output
# *.pdf

## Backup files
*.backup
*.bak
*~

## Editor-specific files
.vscode/
.DS_Store
*.swp
*.swo
*~

docs/node_modules/
