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

# Compiled PDFs (keep source .tex only)
output/**/*.pdf

# OS files
.DS_Store
Thumbs.db

# Python
__pycache__/
*.pyc

# Editor
*.swp
*.swo
*~
.vscode/
.idea/

# Build planning (not shipped)
.planning/

# Session-specific (users may want to keep these — uncomment to ignore)
# output/
