# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# Environment — NEVER commit anything with real secrets
.env
.env.*
.envrc
!.env.example
*.pem
*.key
*.p12
*.pfx
service_account*.json
credentials*.json
secrets*.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Python venvs
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Next.js
.next/
out/
next-env.d.ts

# TypeScript incremental build cache
*.tsbuildinfo

# Build artifacts
*.log
.turbo/

# rageval cache
~/.cache/rageval/
.rageval-cache/

# Test coverage (Vitest, etc.)
coverage/
*.lcov

# Sentry
.sentryclirc

# Claude Code
.claude/

# Editor / OS extras
*.bak
*.tmp
.history/

# Local snapshots / Phase 0 artifacts (validation runs may contain leads' contact info)
phase_0/raw/
phase_0/notes/local/
