From fc9dff3dc6d728d521449024ec0353dce1b98d01 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 27 Sep 2016 13:06:19 +0800 Subject: Update .gitignore for Python package repo --- .gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index afd2a25..92fccc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,23 @@ +# General things to ignore *~ *.swp *.un~ *_bak - -# emacs tmp files +# Emacs tmp files .#* -# python -*.pyc +build/ +dist/ + +# Python +*.py[cod] **/__pycache__ +*.egg +*.egg-info/ + +# IPython +**/.ipynb_checkpoints # C/C++ *.o - +*.so -- cgit v1.2.2