2015-08-19 01:46:28 +02: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 18:52:17 +01:00
|
|
|
*.egg-info
|
|
|
|
*.pot
|
|
|
|
*.py[co]
|
2016-06-19 23:08:41 +02:00
|
|
|
.tox/
|
2013-09-19 12:37:23 +02:00
|
|
|
__pycache__
|
2012-10-06 23:50:30 +02:00
|
|
|
MANIFEST
|
|
|
|
dist/
|
2010-12-21 18:52:17 +01:00
|
|
|
docs/_build/
|
2013-06-11 22:37:59 +02:00
|
|
|
docs/locale/
|
2015-04-28 06:12:31 +02:00
|
|
|
node_modules/
|
2012-10-11 12:11:52 +02:00
|
|
|
tests/coverage_html/
|
2013-05-11 05:08:45 +02:00
|
|
|
tests/.coverage
|
2013-09-06 17:25:33 +02:00
|
|
|
build/
|
2015-04-14 16:55:57 +02:00
|
|
|
tests/report/
|