# Virtual environment
.venv/
venv/
env/

# Python cache
__pycache__/
*.pyc
*.pyo

# Model files (user-trained, not distributed)
tag_model.json
tag_db.json
tag_classifier.pt
finetuned_clip.pt

# Training queue (temporary upload storage)
training_queue/

# Certificates (user-generated)
cert/

# Settings (user config)
run_settings.json
