diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -16,7 +16,6 @@ syntax: regexp ^docs/build/ ^docs/_build/ ^data$ -^kallithea/tests/data$ ^sql_dumps/ ^\.settings$ ^\.project$ @@ -29,3 +28,4 @@ syntax: regexp ^fabfile.py ^\.idea$ ^\.cache$ +/__pycache__$