# Dependencies
node_modules/
__pycache__/
*.pyc

# Environment secrets
.env
.env.local
backend/.env
frontend/.env.local

# Build outputs
.next/
frontend/.next/
frontend/out/

# Database
*.db
*.db-wal
*.db-shm

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Logs
*.log
/tmp/

# SDKs
sdks/node/node_modules/
sdks/node/dist/
sdks/node/package-lock.json
sdks/python/*.egg-info/
sdks/python/dist/
sdks/python/build/
sdks/python/.pytest_cache/
sdks/python/__pycache__/
sdks/python/turingverify/__pycache__/
sdks/python/tests/__pycache__/
**/__pycache__/
