From: Scott Gasch Date: Sun, 12 Jan 2020 20:19:17 +0000 (-0800) Subject: Ignore .pyc files and secrets.py X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=e5283545ac25752e95c539458dfcfbb42a03a7f3;p=retire.git Ignore .pyc files and secrets.py --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b1c03d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +secret*