diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-27 14:17:31 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-27 14:17:31 +0000 |
commit | 056a07885e5023b69abd03c19e1d3029126d55bf (patch) | |
tree | 60b374278807217436f5a952571171fcf706d8db | |
parent | 39ba161d724adf7f5003da872aeb2f5378eb8582 (diff) |
gitignore: Add pytest specific
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a16870e24b..46dc14a988 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ src/namestore/perf_namestore_api_zone_iteration_postgres src/namestore/perf_namestore_api_zone_iteration_sqlite python-lint.log flake8.log +# for pytest created data: +.cache/ +__pycache__/ |