Initial commit

This commit is contained in:
2026-05-13 19:42:49 -07:00
commit cfa01bd4ef
54 changed files with 11718 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Binaries
veola-bin
*.exe
# Local config (use config.toml.example as template)
config.toml
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/