Skip to content

chore: gitignore .env (and .mypy_cache) - #10

Merged
jschfflr merged 1 commit into
mainfrom
chore/gitignore-env
Jul 8, 2026
Merged

chore: gitignore .env (and .mypy_cache)#10
jschfflr merged 1 commit into
mainfrom
chore/gitignore-env

Conversation

@jschfflr

@jschfflr jschfflr commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Ensures local secrets can't be committed.

  • Adds .env and .env.* to .gitignore — used to hold an APOLLO_API_KEY for live CLI testing.
  • Also ignores .mypy_cache/ (was previously untracked-but-unignored).

No code changes; no .env file is committed (verified git check-ignore .env matches and nothing secret is staged).

🤖 Generated with Claude Code

Local secrets must never be committable. `.env` (used to hold an
APOLLO_API_KEY for live testing) and `.env.*` are now ignored, plus
.mypy_cache/ for completeness.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
peqy[bot]
peqy Bot approved these changes Jul 8, 2026

@peqy peqy Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Ignoring .env/.env.* prevents accidental secret commits, and .mypy_cache/ is a sensible add. Ship it.

@jschfflr
jschfflr merged commit 2241992 into main Jul 8, 2026
4 checks passed
@jschfflr
jschfflr deleted the chore/gitignore-env branch July 8, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant