14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
# 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/
|