diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,7 +1,10 @@ +# Precompiled stuff and misc leftover from original project **/*.pyc **/*.orig **/*.rej **/*.mo **/*.pot + +# Test results .pytest_cache .tox |
