.env
.env.*
!.env.example
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/

# The console the gateway serves: a build the agents repo's vite wrote and scripts/console copied
# in. Package data, never a source — the wheel carries it (pyproject), git does not.
src/pinecall/gateway/console/
src/pinecall/gateway/admin/

# what the worker records (RECORD=1, PINECALL_RECORDINGS): audio of real calls, never tracked
recordings/

# The box a deploy goes to is yours, not the repository's: `make deploy` reads it from here.
deploy.local.mk

# The decision pages are this laptop's engineering notes — dates, names, the arguments as they
# happened — and not documentation: they stay on disk and out of every clone.
docs/decisions/
