33 lines
470 B
Plaintext
33 lines
470 B
Plaintext
# frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/playwright-report/
|
|
frontend/cypress/screenshots/
|
|
frontend/cypress/videos/
|
|
frontend/.vite/
|
|
frontend/.cache/
|
|
|
|
# backend
|
|
backend/.env
|
|
backend/**/*.pyc
|
|
backend/**/__pycache__/
|
|
backend/*.db
|
|
backend/uploads/
|
|
backend/.pytest_cache/
|
|
backend/.mypy_cache/
|
|
backend/.ruff_cache/
|
|
|
|
# runtime data
|
|
uploads/
|
|
*.log
|
|
*.pid
|
|
|
|
# local/editor
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# legacy/backup project not in active deployment
|
|
nitu/
|