diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-17 12:26:14 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-18 13:12:23 +0200 |
| commit | 1a34d1bbde800d540c4e3f1e3dbe22678903ad86 (patch) | |
| tree | 7a6ca72c2e313a2f4a3527239014bb59a9159608 /.gitignore | |
| parent | d9901fe020a419b40349ee9565fe1daa1bd225bd (diff) | |
Migrate all scripts to poetry
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ +__pycache__/ build/ -data/
\ No newline at end of file +data/ + +poetry.lock |
