its kind of working now

This commit is contained in:
2026-01-20 09:34:33 -05:00
commit 2d70ba28c0
16 changed files with 3097 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Zig build artifacts
zig-out/
zig-cache/
.zig-cache/
# Local build directories
/build/
# Compiled binaries
*.exe
*.o
*.obj
*.so
*.dylib
*.dll
*.a
*.lib
# Debug artifacts
*.pdb
*.dSYM/
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# If using RocksDB or other local data
/data/
*.db
*.log
# Dependency cache (if using gyro or other package managers)
.gyro/
deps.zig