# HG changeset patch # User Mads Kiilerich # Date 2018-12-23 21:16:07 # Node ID 42163501d6b56ce2305ba2080fc806678fe29731 # Parent e5406853e12c8893f66ba93acedc522e502d556a hgignore: .pytest_cache This directory is created by py.test and contains for example information about latest failures. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -32,4 +32,5 @@ syntax: regexp ^fabfile.py ^\.idea$ ^\.cache$ +^\.pytest_cache$ /__pycache__$