init backend and dev docs

This commit is contained in:
2026-01-21 21:10:45 +01:00
parent 40ebd55865
commit 19ec9f3c17
7 changed files with 127 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Secrets
.env
/doc_dev/.env
# Go build
/bin/
*.exe
*.out