# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# Data & results (large files)
*.dat
*.pkl
*.pdf
*.tar.gz
results/
experiments/
pr32-*.md

# Original GAUSS source
chandra_code/
UTAcode_0402/
slides/
docs/
Gauss Files and Comparison/
anna0605/

# Project-local docs (not for repo)
CLAUDE.md
GAUSS_INTEGRATION_PLAN.md
IMPLEMENTATION_PLAN.md

# OS
.DS_Store
Thumbs.db
nul

# LaTeX build artifacts
*.aux
*.log
*.nav
*.snm
*.toc
*.out
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.synctex.gz

# PESOSE proposal working files — internal, NOT for the (soon-public) repo
PESOSE_*
PESOSE-related
.env
.claude

