Portal/rsconcept/backend/.dockerignore

36 lines
377 B
Plaintext
Raw Normal View History

2024-06-07 20:17:03 +03:00
# Windows specific
*.ps1
# Dev specific
requirements-dev.txt
.gitignore
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Django
static/
media/
*.log
db.sqlite3
db.sqlite3-journal
# Byte-compiled / optimized / DLL files
**/__pycache__/
*.py[cod]
*$py.class