diff options
author | stevan <stevannestorovic@hotmail.com> | 2018-09-30 13:44:09 +0200 |
---|---|---|
committer | stevan <stevannestorovic@hotmail.com> | 2018-09-30 13:44:09 +0200 |
commit | 34945fe2281bfd9b8e9ba8fb6f3cc045374ee379 (patch) | |
tree | b090f93fac2c5760d114a3fd6c1940efb53d324a /.gitignore | |
parent | 9b86e0a78bcf13f76891c5dc541bb535fe183218 (diff) |
Added time info at the end, fixed some print statements to use py3 syntax
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |