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