From: Nils Gillmann Date: Sun, 27 May 2018 14:17:31 +0000 (+0000) Subject: gitignore: Add pytest specific X-Git-Tag: v0.11.0pre66~36^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=056a07885e5023b69abd03c19e1d3029126d55bf;p=oweals%2Fgnunet.git gitignore: Add pytest specific Signed-off-by: Nils Gillmann --- diff --git a/.gitignore b/.gitignore index a16870e24..46dc14a98 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__/