initial commit

This commit is contained in:
robojerk 2025-12-15 16:03:37 -08:00
commit 6d27a8ed3a
17 changed files with 4440 additions and 0 deletions

38
.gitignore vendored Normal file
View file

@ -0,0 +1,38 @@
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Xcode
xcuserdata/
*.xcworkspace
*.xcodeproj
DerivedData/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe
# Logs
*.log
# Temporary files
*.tmp
*.temp
# Prompts
prompt*.md