Kansho/.gitignore
Lars 32acdc220b Ship the laptop journal backup via self-hosted Gitea.
USB and NAS are unavailable on this machine; the zip is the only path for personal SQLite and media. Provider keys stay out of git.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-07 09:22:24 +02:00

54 lines
619 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Build / cache
dist/
build/
.vite/
.turbo/
.cache/
coverage/
*.tsbuildinfo
# Environment and secrets
.env
.env.*
!.env.example
*.pem
*.key
# Logs
logs/
*.log
npm-debug.log*
# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/*
!.vscode/extensions.json
# Python
.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/
# Test / local data
tmp/
temp/
data/local/
backend/data/
local-backups/
*.kansho-backup.zip
*.db
# One-time self-hosted Gitea transport of the laptop backup (2026-09-07).
# Not a product datastore. Remove transfer/ after restore.
!transfer/
!transfer/*.zip