# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg

# Virtual envs
.venv/
venv/

# hist local data / generated artifacts
*.usearch
*.db
*.sqlite
*.sqlite3
.coverage
htmlcov/

# Editor / IDE
.idea/
.vscode/
.cursor/

# Worktrees (created during development, not part of the package)
/.worktrees/

# Local temp (verification artifacts)
.verify_tmp/

# Local-only notes, not for version control
/FINAL_REPORT.md
/PROJECT_CONTEXT.md
