artbound-python/.dockerignore

35 lines
359 B
Plaintext

**/__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git*
.mypy_cache
.pytest_cache
.hypothesis
README.md
.env*
Dockerfile
docker-compose.yaml
.dockerignore
pyproject.toml
poetry.lock
tests
token.json
credentials.json
.env
.vscode
venv
get_token.py