25 lines
246 B
Plaintext
25 lines
246 B
Plaintext
# Backend .dockerignore
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
*.log
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
Dockerfile
|
|
Dockerfile.prod
|
|
README.md
|
|
.env
|
|
.env.*
|
|
*.md
|