16 lines
222 B
Plaintext
16 lines
222 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/
|
|
|
|
# Claude files
|
|
.claude/ |