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

# Node / Next.js
node_modules/
.next/
out/
.turbo/
npm-debug.log*
yarn-error.log*
*.tsbuildinfo

# Ventra runtime data — never commit real evidence (root store only)
/cases/
*.tar.zst
*.tar.gz
!tests/fixtures/**/*.tar.zst
ventra-evidence/
*.duckdb
*.parquet
!tests/fixtures/**/*.parquet

# Keys & secrets
*.pem
*.key
!docs/keys/*.pub
secrets/
credentials.json
*.credentials
.aws/

# Environment (local only — never commit)
.env
.env.*
!.env.example

# Obsidian vault (private notes, not for the public repo)
obsidian/
.obsidian/

# OS / editor
.DS_Store
.claude/
.cursor/
.idea/
.vscode/
*.swp
*.swo
*~

# Local logs & scratch
*.log
scratch/
tmp/
