Initial commit

This commit is contained in:
tajniak81
2026-07-06 08:50:52 +02:00
commit ba3f227361
153 changed files with 18116 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Keep the build context small and avoid leaking local artifacts/secrets.
.env
*.log
bin/
tmp/
# Panel source & tooling — the built output in internal/api/dist is committed
# and embedded at compile time, so the source tree is not needed in the image.
panel/node_modules/
panel/dist/
# VCS / editor noise
.git/
.gitignore
.vscode/
.idea/