# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
*.db
*.db-shm
*.db-wal

# Environment files (secrets)
.env
*.env
backend/.env
frontend/.env.local
!.env.example
!backend/.env.example
!frontend/.env.example

# Node
node_modules/
.next/
*.tsbuildinfo

# Local scratch: ad-hoc SDK test scripts and their reports
/test_sdk_v2.py
/test.-sdk*.md

# SDK dist
sdk/dist/
sdk/*.egg-info/

# OS
.DS_Store
Thumbs.db

# SDK evaluation pipeline artifacts
evals/results/

# Separate projects living inside this checkout — never part of this repo
landing/
pitch/

# live-test secrets (never commit)
.env.test
