Skip to content

Add root .gitignore for caches and virtualenvs#44

Merged
negillett merged 1 commit into
IntentProof:mainfrom
negillett:chore-add-root-gitignore
May 14, 2026
Merged

Add root .gitignore for caches and virtualenvs#44
negillett merged 1 commit into
IntentProof:mainfrom
negillett:chore-add-root-gitignore

Conversation

@negillett
Copy link
Copy Markdown
Member

Adds a repository-root .gitignore to ignore Python bytecode, pytest cache, common virtualenv directories, and packaging build outputs.

Ignore Python bytecode, pytest cache, venvs, and build artifacts.

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

cursor Bot commented May 14, 2026

PR Summary

Low Risk
Low risk housekeeping change that only affects which generated files are ignored by git.

Overview
Adds a new root .gitignore to ignore Python bytecode and caches (e.g., __pycache__/, *.py[cod], .pytest_cache/), common virtualenv directories (.venv/, venv/, env/), and packaging/build outputs (*.egg-info/, .eggs/, dist/, build/).

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

@negillett negillett merged commit 796239b into IntentProof:main May 14, 2026
3 checks passed
@negillett negillett deleted the chore-add-root-gitignore branch May 14, 2026 11:50
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