scholarr/.dockerignore
2026-02-17 20:24:12 +01:00

17 lines
164 B
Text

.git
__pycache__
.pytest_cache
.mypy_cache
.ruff_cache
.venv
.uv-cache
*.pyc
*.pyo
*.pyd
*.egg-info
*.log
.env
htmlcov
frontend/node_modules
frontend/dist
planning