craftbeerpi4-pione/.dockerignore
2021-12-04 12:09:46 +01:00

50 lines
No EOL
486 B
Text

# Docker
docker-compose.yml
.docker
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
**/__pycache__
**/*.py[cod]
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Virtual environment
.env/
.venv/
venv/
venv3/
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
.idea
**/*.swp