Project Initialization

First Upload to Gitea
This commit is contained in:
2026-07-29 19:23:45 +02:00
commit c34449aac5
23 changed files with 2046 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Ignore dependency folders
node_modules/
.venv/
.vs/
__pycache__/
# Ignore environment files with private passwords/keys
.env
# Ignore OS junk
.DS_Store
Thumbs.db