Ignore pydeps directory

This commit is contained in:
Allan Mertner 2022-12-21 17:54:00 +00:00
parent 8cc76acb5e
commit 0cc9e928e9
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -63,6 +63,10 @@ llmintest.xml
cov*.xml
prof
# Pydep specific #
pydep
pydep/*
# OS generated files #
######################
.Spotlight-V100

View File

@ -109,7 +109,6 @@ GC_BEFORE = {}
GC_AFTER = {}
UNRARLIB = 0
RARFILE = None
REDACTLIST = []
FFMPEGVER = ''
FFMPEGAAC = ''
SAB_VER = (0, 0, 0)