Portal/rsconcept/backend/.dockerignore
IRBorisov 2759f10d09
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (18.x) (push) Has been cancelled
Initial commit
2024-06-07 20:17:03 +03:00

36 lines
377 B
Plaintext

# 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