init(root): add .gitignore and LICENSE files

This commit is contained in:
Prad Nukala
2026-05-04 10:42:07 -04:00
parent 991e9f797f
commit 01652181fb
2 changed files with 236 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Build output
dist/
# LaTeX intermediates (in case anything is built outside dist/)
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.lof
*.log
*.lot
*.nav
*.out
*.run.xml
*.snm
*.synctex.gz
*.toc
*.xdv
# PDF — generated artifact, source of truth is the .tex
*.pdf
!sample-image.png
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
*.swo
*~