# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*

# SQLite
*.db
*.db-wal
*.db-shm

# Dashboard build
dashboard/node_modules/
dashboard/dist/

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Claude Code
.claude/

# Sentence transformers cache
.model_cache/

# Source docs (not part of the project)
*.docx
initiatlization copy.md
