18 lines
222 B
Text
18 lines
222 B
Text
# Credentials
|
|
.env
|
|
|
|
# PocketBase-Daten (werden nicht ins Repo eingecheckt)
|
|
backups/
|
|
data.db
|
|
|
|
# Claude Code intern
|
|
.claude/
|
|
|
|
# Next.js
|
|
frontend/.next/
|
|
frontend/node_modules/
|
|
frontend/.env.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|