Files
python-gpiozero/.gitignore
Andrew Scheller fc95cd8056 Add .cache directory to .gitignore
Seems to get created during `make test`
2016-02-17 12:36:40 +00:00

30 lines
256 B
Plaintext

*.py[cdo]
pythonhosted/
# Editor detritus
*.vim
*.swp
tags
# Packaging detritus
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
coverage
.coverage
.tox
.cache