# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.env
.venv
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.ruff_cache/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.next/
out/
.turbo/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# CinchDB specific
.cinchdb/
*.db
*.db-wal
*.db-shm

# Claude memory (keep in repo)
# .claude-memory/

# Temporary files
*.tmp
*.bak
.cache/

# Documentation build
docs/.next/
docs/out/

# TypeScript
*.tsbuildinfo
sdk/typescript/dist/

# Testing
coverage/
.nyc_output/

# OS
Thumbs.db

site/

saas/

test_cinch_init