diff --git a/.dockerignore b/.dockerignore index e2dc7ad..4263a00 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,13 +8,14 @@ .idea *.md *.log -*.tgz +*.tgz # files README.md docker-compose.yml # folders +docs/ dist/ build/ brandenburg.egg-info/ @@ -22,8 +23,8 @@ brandenburg.egg-info/ .pytest_cache .circleci/ .coverage -out -**/out +out +**/out .serverless tests/* test diff --git a/.gcloudignore b/.gcloudignore index cc997cb..85a05a4 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -31,3 +31,50 @@ docker-compose.yml package*.json conftest.py .dockerignore +# Extensions +*.pyc +/.git +*.swp +*.swo +.DS_Store +*.sqlite3 +.idea +*.md +*.log +*.tgz + +# files +README.md +docker-compose.yml + +# folders +docs/ +dist/ +build/ +brandenburg.egg-info/ +.mypy_cache/ +.pytest_cache +.circleci/ +.coverage +out +**/out +.serverless +tests/* +test +*.*.*.test* +.cache +__pycache__ + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt