# Secrets — NEVER commit these
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
venv/
env/
.venv/
summitco_env/

# Generated outputs
output/staging/
output/logs/
output/reports/
output/product_embeddings.npz
output/classification_cache.json

# Distribution artifacts
dist/
build/
*.spec

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
tests/fixtures/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Windows
Thumbs.db
desktop.ini
