.dockerignore (view raw)
1**/__pycache__
2*.pyc
3*.pyo
4*.pyd
5.Python
6env
7pip-log.txt
8pip-delete-this-directory.txt
9.tox
10.coverage
11.coverage.*
12.cache
13nosetests.xml
14coverage.xml
15*.cover
16*.log
17.git*
18.mypy_cache
19.pytest_cache
20.hypothesis
21README.md
22.env*
23Dockerfile
24docker-compose.yaml
25.dockerignore
26pyproject.toml
27poetry.lock
28tests
29token.json
30credentials.json
31.env
32.vscode
33venv
34get_token.py