mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
36 lines
377 B
Plaintext
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 |