# OS / editor
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/

# Temp / backup
*.tmp
*.bak
*.swp

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.pytest_cache/

# Local experimental notes
SESSION_MEMORY_DUMP*.md
*_DRAFT*.md
notes_private/

# Do not publish local restricted work areas
**/not-to-release/

# LaTeX build artifacts (no LaTeX is published in this repo, but keep guard)
*.aux
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz
*.lof
*.lot
