diff --git a/.gitignore b/.gitignore index 7524f54630..58045dcc6d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.pytest_cache/ +test.db # end-to-end testing .e2e_screenshots @@ -65,3 +67,6 @@ target/ .*.sw? celerybeat-schedule + +# Environment variables +.env