# 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

*.egg-info
*.out
*.pot
*.py[co]
*version__.py
.tox/
__pycache__
env/
build/
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
tests/report/
.env
.eggs/
.idea/
