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/ dist/
# Data folders # Data folders
tmp/
data/ data/
data*/ data*/
output/ output/

View file

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