& so it begins

This commit is contained in:
user
2026-02-28 14:50:04 +02:00
commit f00381f2b6
536 changed files with 26294 additions and 0 deletions

61
.dockerignore Normal file
View File

@@ -0,0 +1,61 @@
.zed
# Dependencies
node_modules
.pnp
.pnp.js
__pycache__
.venv
# ignore generated log files
**/logs/**.log
**/logs/**.log.gz
**/logs/**-audit.json
**/data/credentials/**
**/testdocs/**
ot_res.json
out.json
payload.json
screenshots/*.jpeg
screenshots/*.png
screenshots/*.jpg
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
build
dist
.svelte-kit
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
*.pem
creds.md
onlydevs