Initial commit on Forgejo

Fresh repository history for elektrine/magpie hosted at
https://git.elektrine.com/elektrine/magpie.
This commit is contained in:
Maxfield Luke 2026-07-29 04:56:34 -04:00
commit ddbd19f153
23 changed files with 5636 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# Local binaries and build output
magpie
dist/
coverage.out
# Runtime data
data/
*.db
*.db-*
*.sqlite
*.sqlite-*
*.meta.json
.multipart/
# Local environment files
.env
.env.*
!.env.production.example
# Logs and temporary files
*.log
*.tmp
tmp/
# Editor and OS files
.DS_Store
.idea/
.vscode/
*.swp
*.swo