please work on the first commit

This commit is contained in:
2025-12-01 20:09:37 -06:00
parent 4a57fc1ded
commit bf53d036ac
79 changed files with 194 additions and 76 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# OS junk
.DS_Store
Thumbs.db
# Editor settings
.vscode/**
.idea/**
*.swp
*.swo
# Build system metadata (keep actual build dirs tracked)
CMakeFiles/**
CMakeCache.txt
cmake_install.cmake
Makefile
compile_commands.json
# Logs and temp files
*.log
*.tmp
*.bak
*.old
build/**
*.toml
.cache/**
**/*.aux
**/*.fdb_latexmk
**/*.fls
**/*.log
**/*.synctex.gz
**/*.blg
**/*.bcf
**/*.run.xml
**/*.bbl
testcases/*