first commit

This commit is contained in:
Space-Banane
2026-02-09 19:26:40 +01:00
commit ead561d10b
42 changed files with 2364 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
./db
__pycache__/
*.pyc
*.pyo
# Ignore Secrets
.env
# Node
node_modules/
dist/
package-lock.json
pnpm-lock.yaml
yarn.lock
.pnpm-store/