# Personal/session files
MEMORY.md
.claude/
last thoughts.txt

# Notes folder (historical working files, not published)
notes/

# Python cache
__pycache__/

# Root-level Python/image files (shouldn't exist after reorg, but just in case)
/*.py
/*.png

# BUT include calculations/ — these are the final derivations and simulations
!calculations/*.py
!calculations/*.png
!papers/*.py

# OS files
Thumbs.db
.DS_Store
desktop.ini
