__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
node_modules/
.next/
apps/**/.next*/
out/
dist/
*.tsbuildinfo
.env
.env.local
.env.production
.env.vps
.env.stage
.env.*.local
apps/**/.env.local
*.egg-info/
playwright-report/
test-results/
.build/
.swiftpm/

# Local Claude Code config, memory, and scratch
.claude/
# MCP server config holds secrets (Hostinger API token) — never commit
.mcp.json
.mcp.local.json
