diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-07-20 12:54:39 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-07-20 12:54:39 +0200 |
commit | 841f331c3d6f461d4453cf6b62e030a117db1db8 (patch) | |
tree | 3d832fa1ffbb9f6a4a4b0d9019c2a21a9bd21bcc /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24e7d80 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/__pycache__ +datasets |