# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
coverage.xml
htmlcov/

# django-joist runtime output
/var/
/.joist-var/

# Node (client-side tests; the lockfile is committed: the browser lane
# installs from it with `npm ci`)
node_modules/

# Playwright
/test-results/
/playwright-report/
/tests/browser/.state/

# Local config / OS noise / editor
.env
.DS_Store
.idea/
.vscode/
