first commit

This commit is contained in:
2026-07-16 10:13:46 +03:30
commit 423c528b2f
42 changed files with 7298 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Environment files - never commit real secrets
.env
# Build artifacts
/bin/
/dist/
*.exe
*.test
# Go workspace / tooling files
go.work
go.work.sum
# curl cookie jars used while testing the API by hand
cookies.txt
# OS / editor cruft
.DS_Store
.idea/
.vscode/
*.swp