brand-master/backend/.dockerignore
dvirlabs 8d67d17e82
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add Dockerfiles
2026-05-05 06:02:41 +03:00

27 lines
210 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.env
.venv
venv/
ENV/
env/
.pytest_cache
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json
*.log
.DS_Store
uploads/
migrations/