From 4f93fe107dc11bd6622f77552dd2710e34a0b920 Mon Sep 17 00:00:00 2001 From: wangsong Date: Thu, 26 Aug 2021 09:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..494f666 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +build +dist +docs +other +old + +# Coverage +*coverage* +htmlcov + +# Editor/IDEs +.idea +*.swp + +# Python +*venv* +__pycache__ + +# Misc +.*cache +.DS_Store