From 43631a2b436015f59d3596bd45c5287157ba68df Mon Sep 17 00:00:00 2001 From: Swann Date: Thu, 24 Jan 2019 11:41:37 +0100 Subject: [PATCH] Initial commit, added fitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0205920 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.classs +*.blend1 +tangranimo \ No newline at end of file