gitgnore all pycache dirs

This commit is contained in:
tanmayshishodia
2024-07-16 17:52:25 +00:00
parent c34896b75b
commit c8aaf3181e
+1 -1
View File
@@ -1,6 +1,6 @@
.venv/ .venv/
dist/ dist/
**__pycache__/** */ __pycache__/
checkpoints/ checkpoints/
wandb/ wandb/
datasets/ datasets/