diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-04 20:06:46 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-04 20:06:46 +0200 |
commit | c8b4ace418fa0040e3d3dd8fbcb5227f187ea384 (patch) | |
tree | fc4c671209a4abe370e54fb09d6d7123df5b7b37 | |
parent | bc3550b0ff9959cd44702e6e98a5df43a3f52254 (diff) | |
download | tbt-c8b4ace418fa0040e3d3dd8fbcb5227f187ea384.tar.xz |
add gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56ef736 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/flask/ +/db_repository/ +__pycache__/ |