From 6c46f19bee9ace8c95850d8ac9c809a7aef6e98e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 12 Jun 2018 09:44:23 +0200 Subject: [PATCH] Cleanup .gitignore, add .envrc --- .gitignore | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f80fd60..3c6c11b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,14 @@ *.egg-info/ *.pyc -.cache/ -build/ -deb_dist/ -dist/ -tmp/ .pypirc -/.env +/.cache/ /.coverage -/htmlcov +/.env +/.envrc +/.pytest_cache/ +/build/ +/deb_dist/ +/dist/ +/htmlcov/ +/tmp/ /toot-*.tar.gz