diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-03-11 21:36:05 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-03-11 21:38:02 +0100 |
commit | 06d9d0a8be42f29b99b96e4daf4dabba713dacf6 (patch) | |
tree | afaaf886f0479ba01095d74076ddfc8010f54c9e /.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..61f2dc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/__pycache__/ |