Files
gitrusprusandCursor 5e0af42fce Add local-first SPA architecture and containerized production deploy.
Move data access to use-cases and IndexedDB repositories with optional
remote fallback, changelog/sync ports, and encrypted local backup.
Add production Docker Compose (nginx frontend + optional backend) and
Apache host proxy configuration for deployment.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-29 16:08:02 +03:00

41 lines
521 B
Plaintext

# OS / Editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Python / Django
__pycache__/
*.py[cod]
*.sqlite3
*.log
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
# Django static/media caches
backend/staticfiles/
backend/media/
# Node / Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files
.env
.env.*
!.env.example
!deploy/.env.prod.example
# Production build output (Apache DocumentRoot)
deploy/dist/
deploy/.env.prod