From 628ceb7d879acdcdf29ecd29530bd6d331f031e3 Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 20 Oct 2015 04:51:25 +0800 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dc6e3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swp +*.swo +__pycache__ +env/ +*.pyc +*.pyo +.DS_Store