checkpoint 1

This commit is contained in:
2026-04-29 21:21:22 -05:00
commit eb6959b896
113 changed files with 14240 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
.opencode/**
# TeX auxiliary files
*.aux
*.lof
*.lot
*.toc
*.out
*.log
*.fls
*.fmt
*.fot
*.cb
*.cb2
.*.lb
# Bibliography / references
*.bbl
*.blg
*.bcf
*-blx.aux
*-blx.bib
*.run.xml
*.brf
# Indices, glossaries, etc.
*.idx
*.ilg
*.ind
*.gls
*.glo
*.glsdefs
*.ist
# Output formats
*.dvi
*.xdv
*.pdf
*-converted-to.*
# Editor / system junk
*.pyc
.DS_Store
Thumbs.db
*.swp
*.tmp