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

# Virtual environments
.venv/
venv/

# Build artifacts
build/
dist/
*.whl

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Docs build output
docs/_build/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Features output (from save_embeddings)
features/

# Models
models/