initial commit
This commit is contained in:
commit
c6961c03c3
33 changed files with 1782 additions and 0 deletions
36
.dockerignore
Normal file
36
.dockerignore
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
__pycache__
|
||||
**/__pycache__
|
||||
**/__pycache__/*
|
||||
venv
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
.Python
|
||||
env
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
.tox
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.log
|
||||
.git
|
||||
.vscode
|
||||
.prettierrc
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
.hypothesis
|
||||
Dockerfile
|
||||
.env
|
||||
.dockerignore
|
||||
docker-compose.override.yml
|
||||
docker-compose.override
|
||||
docker-compose.yml
|
||||
nginx
|
||||
media
|
||||
static
|
||||
postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue