1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 15:54:36 +02:00

ignore tmp dirs

This commit is contained in:
Nick Sweeting
2024-09-09 23:58:07 -07:00
parent db5428a486
commit f1cca5bbba
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