First commit of the V2.
New base, new info.
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,21 +1,9 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
.idea
|
||||
venv/
|
||||
.env
|
||||
.coverage
|
||||
music/__pycache__/
|
||||
music/migrations/__pycache__/
|
||||
api/__pycache__/
|
||||
music/tests/__pycache__/
|
||||
music/views/__pycache__/
|
Reference in New Issue
Block a user