| # Because we never want compiled Python | |
| __pycache__/ | |
| *.pyc | |
| # Ignore stuff produced by distutils | |
| /build/ | |
| /dist/ | |
| /MANIFEST | |
| # Generated by parse.py -p | |
| stats.prof | |
| # From cover (esp. in combination with nose) | |
| .coverage | |
| # Because tox's data is inherently local | |
| /.tox/ | |
| # We have no interest in built Sphinx files | |
| /doc/_build |