Ignore compiled Python files

This commit is contained in:
Alex Willmer 2018-04-01 01:45:22 +01:00
parent 5e66f6c4fa
commit b5848e7116
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,9 +2,13 @@
.tox
.venv
**/.DS_Store
*.pyc
*.pyd
*.pyo
MANIFEST
build/
dist/
docs/_build
htmlcov/
*.egg-info
__pycache__/