# Secrets
.env
.env.test
.env.local
*.pem
*.key
.claude


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

# Node
node_modules/
.pnpm-store/
frontend/dist/
*.log
.DS_Store
*.tsbuildinfo

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

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

# Workspaces (runtime twin state — persist via docker volumes, not git)
var/
/var/twinco/
.cutover-dumps/
