Files
pdf_oralia_vibe/.dockerignore
Bertrand Benjamin d271697d43 feat: add Docker deployment configuration
Add backend and frontend Dockerfiles, docker-compose setup with nginx
reverse proxy, .dockerignore files and Makefile for dev/prod workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 05:33:41 +01:00

15 lines
129 B
Plaintext

.git
.venv
venv
__pycache__
*.pyc
node_modules
frontend/dist
data
*.egg-info
.mypy_cache
.ruff_cache
.pytest_cache
.vscode
.idea