__pycache__
*.pyc
*.pyo
.env
.venv
.pytest_cache
.coverage
.mypy_cache
.ruff_cache
.uv-cache
ref

# Profiling artifacts
*.profraw
*.profdata

# Temp / scratch
tmp/
scratch/
scratch*.py
smoke_check*.py
check_output*.txt

# Build artifacts
dist/
build/
*.egg-info/

node_modules
.astro

# Tauri build artifacts
src-tauri/target/
src-tauri/gen/
# PyInstaller sidecar outputs (large binaries from `make bundle`) are gitignored.
# The committed shell script stubs in src-tauri/binaries/ are intentionally tracked.
src-tauri/binaries/minder-server-*

.cursor
.codex
.claude
.minder
.mcp.json
.vscode