first commit to git

This commit is contained in:
Philipp
2026-06-09 20:31:08 +02:00
commit 310573e3ea
25 changed files with 3973 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Environment
.env
.env.*
!.env.example
# OS/editor
.DS_Store
.idea/
.vscode/
# Go
bin/
coverage.out
# Node
node_modules/
dist/
frontend/dist/
frontend/.vite/
# Logs
*.log
# Local data
.tmp/
data/