1 2 3 4 5 6 7 8 9 10 11 12 13# 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 *.egg-info *.pyc __pycache__ build/ dist/ docs/_build/