Skip to content

Commit

Permalink
Git ignore common virtualenv folders
Browse files Browse the repository at this point in the history
  • Loading branch information
munichpavel committed May 23, 2024
1 parent f1daaa7 commit 43ca44c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ graphics/
# Working / dev files
_*.md
_*.ipynb

venv/
.venv/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ Once an initial release has been created for a new workshop, create subsequent t

Note: I do not follow [Semantic Versioning](https://semver.org/) for this project. For the first digit (in semver, `major`), I use the year of the target workshop, and for the last (in semver `patch`), I increment when a chunk of work is done towards giving the workshop. The middle digit (in semver, `minor`) stays on 0 until I give the workshop, when it bumps to 1. Fixes to the given workshop get reflected in the patch versions `yyyy.1.<patch-version>`.

### Latest

* Git ignore common virtual environment folders

### v2024.1.1

Fix 2024 version for workshop, as some new image files were missing
Expand Down

0 comments on commit 43ca44c

Please sign in to comment.