ignore tmp dirs

This commit is contained in:
Nick Sweeting 2024-09-09 23:58:07 -07:00
parent db5428a486
commit f1cca5bbba
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ build/
dist/
# Data folders
tmp/
data/
data*/
output/

View file

@ -1,5 +1,4 @@
import sys
import inspect
import importlib
from pathlib import Path