first commit

This commit is contained in:
Joakim Svensson
2026-04-26 17:20:58 +02:00
commit 42ba6feed4
13 changed files with 865 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
dist/
dist-ssr/
*.local
.npm
.eslintcache
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
.env
# Docker
.dockerignore
# Git
.git/