This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
imagerepo/.gitignore
T
2025-07-29 00:44:07 -04:00

13 lines
172 B
Plaintext

# Ignore imported and generated image folders
images/
import/
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
*.db
__pycache__/
*.pyc
*.pyo
*.pyd
env/
venv/