diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,11 +1,15 @@ -*.pyc +# Temporary files .*.swp +*.pyc +*.pyo + +# Build-related files +docs/_build/ .coverage -MANIFEST +.tox +*.egg-info +*.egg build/ dist/ htmlcov/ -docs/_build -docs/_static -docs/_templates -.tox +MANIFEST |