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

# uv
uv.lock

# Node
node_modules/
.pnpm-store/
*.tsbuildinfo

# Playwright (conformance e2e) artifacts
test-results/
playwright-report/
blob-report/
playwright/.cache/
.last-run.json

# Local frontend template render checks
apps/example/_frontend_tpl_check/

# Editor / OS
.DS_Store
.idea/
*.local

# Local environment overrides — never commit (a real .env may hold SECRET_KEY).
# The tracked template is `.env.example`.
.env
.env.*
!.env.example
!.env.example.jinja
# Rendered app-declared variables (environment.schema.json) — may hold secrets.
.app.env