gitignore: Add pytest specific
authorNils Gillmann <ng0@n0.is>
Sun, 27 May 2018 14:17:31 +0000 (14:17 +0000)
committerNils Gillmann <ng0@n0.is>
Sun, 27 May 2018 14:17:31 +0000 (14:17 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
.gitignore

index a16870e24bb6c654c713e86ca6cd5dac24693367..46dc14a98814ec11b2f307eb170bbfc1ae6349b7 100644 (file)
@@ -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__/