From d2eb5106e2a9b4ee59f490899fdabadd86a58208 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 2 Mar 2020 02:44:17 +0100 Subject: [PATCH] Unified gitignore --- .gitignore | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 859edf61..d61615ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,24 @@ *~ +.*.swp *.pyc -build -dist +__pycache__ + +/MANIFEST +/build +/dist +/*.egg-info +/_site + +coverage.xml +.pytest_cache +.cache .coverage +.coverage.* +.eggs .project .pydevproject .settings .tox -MANIFEST +.vscode +.sass-cache +Gemfile.lock