chore(home): mirror from kalinamall (9883e6a) with papatramp URLs

This commit is contained in:
2026-07-14 20:43:52 +10:00
commit ed4e78f6c3
312 changed files with 42790 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env
.env.*
!.env.example
deploy/.env
# Node / frontend
frontend/node_modules/
frontend/dist/
node_modules/
dist/
.nuxt/
.output/
# IDE
.idea/
.vscode/*
!.vscode/extensions.json
*.code-workspace
.cursor/
# OS
.DS_Store
Thumbs.db
# One-off remote deploy helper (never commit credentials)
deploy/_remote_sac_deploy_once.py
deploy/_remote_sac_verify.py
deploy/_ssh_test_*.py
# Runtime / deploy secrets
/config/local.yaml
/deploy/*.local.*
*.pem
*.key
# Data
*.db
pgdata/
# Logs
*.log
.cursorignore