Files
vontor-cz/.gitignore
David Bruno Vontor 2592a69790 Introduce notifications app and integrate emails
Add a new notifications app (models, serializers, views, admin, tasks, consumers, routing, urls, tests) with Notification.notify for in-app websocket pushes and optional email delivery. Centralize email sending in notifications.tasks.send_email_with_context and re-export it from account.tasks for compatibility. Update account and commerce and advertisement tasks to use Notification.notify/_notify_order and the new email helper; adjust order/notification tasks to consolidate logic. Wire notifications into ASGI routing, settings and URL conf. Misc: handle OSError when importing weasyprint, add tmp/ to .gitignore, add local .claude PowerShell checks, add social.blog skeleton, and remove legacy ews-component test files.
2026-06-09 16:18:41 +02:00

94 lines
1.7 KiB
Plaintext

backend/__pycache__/
backend/**/*.pyc
backend/db.sqlite3
backend/media/
backend/static/
backend/*.log
backend/.env
backend/.venv/
backend/env/
backend/.mypy_cache/
backend/.pytest_cache/
backend/.coverage
backend/htmlcov/
backend/.vscode/
backend/.DS_Store
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.DS_Store
frontend/.vscode/
frontend/*.log
frontend/.eslintcache
frontend/.parcel-cache/
frontend/.turbo/
frontend/.next/
frontend/.yarn/
frontend/.pnp*
frontend/yarn-error.log
frontend/.npm/
frontend/.cache/
frontend/.idea/
frontend/.swc/
frontend/.coverage
frontend/coverage/
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/.DS_Store
frontend/.vscode/
frontend/.history/
frontend/.sass-cache/
frontend/.tmp/
frontend/.log/
frontend/.vercel/
frontend/.firebase/
frontend/.netlify/
frontend/.expo/
frontend/.expo-shared/
frontend/.nx/
frontend/.storybook/
frontend/.husky/
frontend/.lintstagedrc*
frontend/.prettier*
frontend/.stylelint*
frontend/.editorconfig
frontend/.gitattributes
frontend/.gitmodules
frontend/.npmrc
frontend/.yarnrc
frontend/.yarnrc.yml
frontend/.pnpmfile.cjs
frontend/.pnpmfile.js
frontend/.pnpm-debug.log
frontend/.lock
frontend/.env.*.local
frontend/.env.*.prod
frontend/.env.*.test
frontend/.env.*.dev
frontend/.env.*.staging
volumes/
frontend/.env.*.production
frontend/.env.*.development
frontend/.env.*.example
frontend/.env.*.sample
frontend/.env.*.template
frontend/.env.*.backup
frontend/.env.*.bak
frontend/.env.*.old
frontend/.env.*.new
frontend/.env.*.dist
frontend/.env.*.orig
.env
venv
.venv
certs
tmp/
# large video assets — host externally (S3)
frontend/public/portfolio/*.mp4