Skip to content

Bump python and add a new gitignore#41

Merged
fspv merged 2 commits intomasterfrom
claude/check-project-build-SCUsB
Mar 28, 2026
Merged

Bump python and add a new gitignore#41
fspv merged 2 commits intomasterfrom
claude/check-project-build-SCUsB

Conversation

@fspv
Copy link
Copy Markdown
Owner

@fspv fspv commented Mar 28, 2026

Summary

Added .venv/ directory to the project's .gitignore file to prevent virtual environment directories from being tracked in version control.

Changes

  • Added .venv/ entry to .gitignore to exclude Python virtual environment directories from the repository

Details

This is a standard practice to keep virtual environments out of version control, as they are typically generated locally and can be recreated using dependency management tools like pip or poetry. This reduces repository size and prevents conflicts when different developers use different Python versions or package installations.

https://claude.ai/code/session_01Qw7vZLzEjVMbzMtgdSHby8

claude added 2 commits March 28, 2026 19:18
- Bump actions/checkout from @master to @v4
- Bump actions/setup-python from @v1 to @v5
- Update Python from 3.9 to 3.11
- Fix deprecated ::set-output syntax to use $GITHUB_OUTPUT
- Add --check flag to isort so it fails on violations
- Replace deprecated create-release/upload-release-asset with softprops/action-gh-release@v2

https://claude.ai/code/session_01Qw7vZLzEjVMbzMtgdSHby8
@fspv fspv changed the title Add .venv/ to .gitignore Bump python and add a new gitignore Mar 28, 2026
@fspv fspv merged commit bf47b4c into master Mar 28, 2026
15 checks passed
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.

2 participants