mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
50 lines
486 B
Text
50 lines
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
|