diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-06-08 13:35:27 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-06-08 13:35:27 +0200 |
commit | 41dc1a7e756ff992ad58d67a4d92c6c1e418b450 (patch) | |
tree | 317d6a99ddc3f22d29806acec3b31a4055f460dc | |
parent | 1c1cc347e197af24cd0d309ec581e3b175528b87 (diff) |
Add .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..eeb8a6e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/__pycache__ |