diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-04-28 17:29:18 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-04-28 19:07:20 +0200 |
commit | 52a8a95a8553f5b2a1224db474e6cf1d649533c8 (patch) | |
tree | 003e0c94839b6daebef19049c75ba0ed43082a7b /.gitignore |
Initial commit
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__/ |