Move package to src/ to properly separate what goes into docker image

This commit is contained in:
Einar Forselv
2019-12-05 10:26:46 +01:00
parent 0af9f2e8ee
commit 130be30268
19 changed files with 2 additions and 2 deletions

19
src/.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
.venv/
.vscode/
extras/
restic_cache/
restic_data/
tests/
.gitignore
*.env
*.log
docker-compose.yaml
*.ini
*.egg-info
__pycache__
.DS_Store
.git
.pytest_cache
.dockerignore
build/
docs/