This commit is contained in:
Ben de Roo
2026-08-20 16:51:58 +02:00
parent a980812137
commit 08e02dd556
119 changed files with 254 additions and 17469 deletions
+21 -30
View File
@@ -1,36 +1,27 @@
# --- Backend (Python) ---
.env
__pycache__/
*.py[cod]
database/calendar.db
database/calendar.db-journal
.vscode
.venv/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# --- Frontend (Next.js / v0) ---
node_modules/
.next/
out/
.vercel/
*.tsbuildinfo
next-env.d.ts
# dependencies
/node_modules
# leftover v0/dev artifacts
dump.txt
*.old-mock
*.old-mock.tsx
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*.local
.env.production
.env.development
.env*
# OS / editor
.DS_Store
Thumbs.db
# vercel
.vercel
# logs
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts