# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
venv/
.venv/
*.egg

# Environment
.env
.env.local
.env.*.local
*.env

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

# Database
*.db
*.sqlite

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# Logs
*.log
logs/

# Coverage
.coverage
htmlcov/
.pytest_cache/

# Alembic — keep versions, ignore compiled
backend/alembic/__pycache__/

# TypeScript build output
sdk-js/dist/
sdk-js/node_modules/

# Secrets (extra safety)
*.pem
*.key
*.cert
