From 9b0c3f98f84897ed8566f9f4950714100fd84571 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 17 Oct 2016 19:35:52 +0800 Subject: gh-pages: First commit :) --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68379df --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# General things to ignore +*~ +*.swp +*.un~ +*_bak +# Emacs tmp files +.#* + +venv/ +build/ +dist/ + +# Python +*.py[cod] +**/__pycache__ +*.egg +*.egg-info/ + +# IPython +**/.ipynb_checkpoints + +# C/C++ +*.o +*.so -- cgit v1.2.2