# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
.eggs/
*.egg
.venv/
venv/

# Node
node_modules/
product/frontend/dist/
product/electron/dist/

# Database
*.db
*.sqlite
chroma_data/

# Environment
.env

# IDE
.vscode/
.idea/

# Cache
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Credentials
credentials.json
token.json

# Uploads (resumes)
product/backend/uploads/

# Build artifacts
*.tsbuildinfo

# Electron build
release/
product/release/

# Python package builds
dist/
