42 lines
417 B
Plaintext
42 lines
417 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Image directories
|
|
reference_logos/
|
|
test_images/
|
|
|
|
# Image files
|
|
*.jpg
|
|
*.jpeg
|
|
*.png
|
|
*.gif
|
|
*.bmp
|
|
*.webp
|
|
|
|
# Database and data files
|
|
*.db
|
|
*.json
|
|
*.pkl
|
|
|
|
# Cache files
|
|
.embedding_cache.pkl
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Results files
|
|
results*.txt
|
|
sample_results.txt
|
|
|
|
# Claude Code instructions (local only)
|
|
CLAUDE.md
|