.env
.env.local
.env.*.local
.env.test
.next
node_modules
__pycache__
.pytest_cache
.ruff_cache
.mypy_cache
.venv
dist
build
*.egg-info
*.tsbuildinfo
.pnpm-store/
node_modules/
.env.production

# Standalone public examples repository. This directory is copied and
# published separately and must never be committed to the product repository.
/spendlens-opensource/
