import filters for pixiv sidecars, tag filtering, and favicon generation
This commit is contained in:
+16
-13
@@ -1,13 +1,16 @@
|
||||
# Ignore imported and generated image folders
|
||||
images/
|
||||
import/
|
||||
imagerepo/
|
||||
|
||||
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
|
||||
*.db
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
env/
|
||||
venv/
|
||||
# Ignore imported and generated image folders
|
||||
images/
|
||||
import/
|
||||
imagerepo/
|
||||
|
||||
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
|
||||
*.db
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
env/
|
||||
venv/
|
||||
|
||||
# Claude files
|
||||
.claude/
|
||||
Reference in New Issue
Block a user