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
|
|
|
|
*.egg-info
|
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
|
|
|
|
htmlcov/
|
|
|
|
|
|
|
|
# emacs backup files
|
2015-04-16 10:38:12 -07:00
|
|
|
*~
|
2016-04-12 07:22:15 +02:00
|
|
|
|
|
|
|
# OSX Finder
|
|
|
|
.DS_Store
|