galaxis-po/backend/.dockerignore

17 lines
134 B
Plaintext
Raw Permalink Normal View History

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.git/
.gitignore
.env
.env.*
*.log
.pytest_cache/
.coverage
htmlcov/