diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-27 22:59:46 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-27 22:59:46 -0400 |
| commit | 7dced453f7b53146a730ef77df30f152247dafe1 (patch) | |
| tree | aef5342da0f3e4c6235edb3bb4cab897f8d498e9 | |
| parent | fea99295c9ca99d3f3abd41b9bfaac91f4bda6dd (diff) | |
| download | bridge-7dced453f7b53146a730ef77df30f152247dafe1.tar.zst | |
Create .gitignore file
We ignore __pycache__ and *.pyc.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d35cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.pyc |
