From 056a07885e5023b69abd03c19e1d3029126d55bf Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sun, 27 May 2018 14:17:31 +0000 Subject: gitignore: Add pytest specific Signed-off-by: Nils Gillmann --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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__/ -- cgit v1.2.3