2016-04-11 11:32:25 +01:00
|
|
|
# Byte-compiled / optimized files
|
|
|
|
__pycache__/
|
|
|
|
*.py[co]
|
2016-04-13 13:20:09 -07:00
|
|
|
*$py.class
|
2016-04-11 11:32:25 +01:00
|
|
|
|
|
|
|
# Distribution / Packaging
|
2017-02-11 09:13:10 +01:00
|
|
|
*.egg
|
2016-04-11 11:32:25 +01:00
|
|
|
*.egg-info
|
2016-09-28 18:42:24 +01:00
|
|
|
*.eggs
|
2013-11-05 10:53:32 +08:00
|
|
|
MANIFEST
|
|
|
|
build
|
|
|
|
dist
|
2016-04-11 11:32:25 +01:00
|
|
|
|
|
|
|
# Unit test / coverage files
|
|
|
|
.tox/*
|
|
|
|
.cache/
|
|
|
|
.coverage
|
2016-12-26 13:38:34 +00:00
|
|
|
.coverage.*
|
2016-04-11 11:32:25 +01:00
|
|
|
htmlcov/
|
|
|
|
|
|
|
|
# emacs backup files
|
2015-04-16 10:38:12 -07:00
|
|
|
*~
|
2016-04-12 07:22:15 +02:00
|
|
|
|
|
|
|
# OSX Finder
|
|
|
|
.DS_Store
|
2017-11-22 13:14:29 +00:00
|
|
|
|
2018-04-27 13:24:11 +02:00
|
|
|
.pytest_cache
|