# .gitignore

.DS_Store
.vscode/
*.code-workspace
.ipynb_checkpoints/
**/.ipynb_checkpoints/
.jupyter/
.private/

# LaTeX build artifacts
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz

