diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-05 00:26:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-05 00:26:31 +0200 |
commit | 8b5169789d4d1e998091441cc68820685c794c9d (patch) | |
tree | 7d5d4308d81af9fed339d22bfb1d3174cf032ad3 /.gitignore | |
parent | aaf4705804af1e73617f0b460826776be8039f8e (diff) |
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e52e6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +.env +.ipynb_checkpoints/ |