# 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

# python
*.pot
*.py[co]
__pycache__

# distutils/setuptools
.eggs/
*.egg-info
MANIFEST
dist/
build/

# docs
docs/_build/
docs/locale/
docs/node_modules/

# test suite
.cache/
.coverage
.tox/
htmlcov/
tests/report/

# meteor
dddp/test/build/
dddp/test/meteor_todos/.meteor/
