diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-05 02:04:50 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-05 02:04:50 +0200 |
commit | fcecc38d440e3643c5417f06526509bb2c0ec83e (patch) | |
tree | 2d1501ea4956409cf25079e5624a351a53bcaed1 /.gitignore | |
parent | 7dfd91176fecfc442783260183ad8f34807cc284 (diff) |
Update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ __pycache__/ .env .ipynb_checkpoints/ +data/ |