add .ai folder to skip
This commit is contained in:
parent
1b374b667e
commit
27e42a4e97
2
app.py
2
app.py
@ -152,7 +152,7 @@ def list_directory_contents(directory, subpath):
|
||||
continue
|
||||
|
||||
if entry.is_dir(follow_symlinks=False):
|
||||
if entry.name in ["Transkription", "@eaDir"]:
|
||||
if entry.name in ["Transkription", "@eaDir", ".ai"]:
|
||||
continue
|
||||
rel_path = os.path.join(subpath, entry.name) if subpath else entry.name
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user