diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1 +1,13 @@ -/*.sw? +*.sw? + +# pytest and friends +*.dist-info/ +*.egg-info/ +__pycache__/ +.pytest_cache/ +.ropeproject/ +.tox/ +/build/ +/dist/ + +.vgstash.db |