# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# OS
.DS_Store
Thumbs.db

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Docker
docker-compose.override.yml

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars

# Node (TypeScript SDK)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Alembic
*.db

# Celery
celerybeat-schedule
celerybeat.pid

# Next.js
.next/
out/

# Playwright
test-results/
playwright-report/
playwright/.cache/

# TypeScript
*.tsbuildinfo
