Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copy this file to .env and add local configuration values as needed.
# Never commit .env or credentials.
4 changes: 3 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ publications without explicit human approval.
- Add tests for new library behavior under `tests/`.
- Use the configured Ruff and ty checks; do not introduce duplicate tooling
without a project need.
- Do not commit generated build output, virtual environments, or `.env` files.
- Copy `.env.example` to `.env` for local environment configuration. Do not
commit generated build output, virtual environments, `.env` files, or
credentials.
Loading