From 6a71da703c2023febf38fde428dad8b414c9cc25 Mon Sep 17 00:00:00 2001 From: Guy Jacob <guy.jacob@intel.com> Date: Wed, 3 Apr 2019 15:55:11 +0300 Subject: [PATCH] Update and organize .gitignore --- .gitignore | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f9c4a55..ccc482d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,28 @@ +# Runs / tests collaterals +latest_log_dir +latest_log_file +logs/ *.log +*.tar *.pyc __pycache__/ .pytest_cache .cache -*.tar -site/ + +# Virtual env env/ .env/ + +# IDEs .idea/ -logs/ -.DS_Store .vscode/ + +# OS X +.DS_Store +._.DS_Store + +# PIP distiller.egg-info/ -latest_log_dir -latest_log_file + +# Jupyter +.ipynb_checkpoints/ -- GitLab