2015-08-18 23:46:28 +00:00
|
|
|
# If you need to exclude files such as those generated by an IDE, use
|
|
|
|
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
|
|
|
|
# described in https://git-scm.com/docs/gitignore
|
|
|
|
|
2010-12-21 17:52:17 +00:00
|
|
|
*.egg-info
|
|
|
|
*.pot
|
|
|
|
*.py[co]
|
2016-06-19 21:08:41 +00:00
|
|
|
.tox/
|
2013-09-19 10:37:23 +00:00
|
|
|
__pycache__
|
2012-10-06 21:50:30 +00:00
|
|
|
MANIFEST
|
|
|
|
dist/
|
2010-12-21 17:52:17 +00:00
|
|
|
docs/_build/
|
2013-06-11 20:37:59 +00:00
|
|
|
docs/locale/
|
2015-04-28 04:12:31 +00:00
|
|
|
node_modules/
|
2012-10-11 10:11:52 +00:00
|
|
|
tests/coverage_html/
|
2013-05-11 03:08:45 +00:00
|
|
|
tests/.coverage
|
2013-09-06 15:25:33 +00:00
|
|
|
build/
|
2015-04-14 14:55:57 +00:00
|
|
|
tests/report/
|