diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-10-30 15:27:45 +1100 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-10-30 15:27:45 +1100 |
commit | 1b3b031e4b15f947c539ae76fc892874de03c4be (patch) | |
tree | bfe1df7b3919154eb176a92bf48c23c3e21379d8 /.gitignore | |
parent | 2801af89bf72389ce089aac92dda1bb22797ecc1 (diff) | |
download | tpb-lite-1b3b031e4b15f947c539ae76fc892874de03c4be.tar.gz tpb-lite-1b3b031e4b15f947c539ae76fc892874de03c4be.tar.bz2 tpb-lite-1b3b031e4b15f947c539ae76fc892874de03c4be.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -102,3 +102,10 @@ venv.bak/ # mypy .mypy_cache/ + +# macOS +*.DS_Store + +# Eclipse +*.project +*.pydevproject |