.env
.env.local
.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/
node_modules/
apps/dashboard/.next/
apps/dashboard/out/
dashboard/.next/
.next/
*.tsbuildinfo

# Local filesystem-adapter store; created by running the test suite.
.amfs/

# macOS Finder metadata, committed by accident more than once.
.DS_Store

# Screenshot sets from dashboard/scripts/visual-baseline.mjs. Local review
# artefacts — regenerate them rather than committing megabytes of PNGs.
dashboard/.visual/
