Skip to content

chore: add root .gitignore for caches and virtualenvs#43

Closed
negillett wants to merge 1 commit into
IntentProof:mainfrom
negillett:chore-track-python-gitignore
Closed

chore: add root .gitignore for caches and virtualenvs#43
negillett wants to merge 1 commit into
IntentProof:mainfrom
negillett:chore-track-python-gitignore

Conversation

@negillett

Copy link
Copy Markdown
Member

Adds a repository-root .gitignore so Python bytecode caches, pytest cache directories, local virtual environments, and common packaging outputs stay untracked during local development.

Ignore __pycache__, bytecode, .pytest_cache, venv folders, and

egg-info, dist, and build outputs from local development.

Signed-off-by: Nathan Gillett <nathan@intentproof.io>
@cursor

cursor Bot commented May 14, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Low risk: only adds ignore rules for local Python caches, virtualenvs, and build outputs, with no runtime or production behavior changes.

Overview
Adds a new root .gitignore that ignores Python bytecode/caches (e.g., __pycache__, *.pyc, .pytest_cache), local virtual environments (.venv, venv, env), and common packaging/build outputs (*.egg-info, dist, build).

Reviewed by Cursor Bugbot for commit 499e6f6. Bugbot is set up for automated code reviews on this repo. Configure here.

@negillett negillett closed this May 14, 2026
@negillett negillett deleted the chore-track-python-gitignore branch May 15, 2026 05:29
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