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>
15 lines
129 B
Plaintext
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
|