.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
*.egg-info/
dist/
build/
out/
.env

# web
web/node_modules/
node_modules/
web/.next/
web/out/
out/
web/tsconfig.tsbuildinfo
src/neti/console/

# Backups written by `neti install` and the policy editor. Never committed.
*.bak

# Written by `vercel link` and `vercel dev`. `.vercel` holds the project id; `.env*.local` is where
# SMTP credentials for `api/contact.js` land when anybody runs the site locally. Neither belongs in
# a public repository, and the second one is the reason this entry is not merely tidiness.
.vercel
.env*.local

# The Next.js app that serves this site (see next.config.mjs). `.next` is build output;
# `next-env.d.ts` is regenerated by every build and carries no decisions.
.next/
next-env.d.ts
# Incremental-compile state. It changes on every `tsc` run and describes nothing.
tsconfig.tsbuildinfo
