Skip to content

Commit

Permalink
chore(gitignore): add .venv to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Oct 23, 2024
1 parent e16cdab commit 6e2230c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ __pycache__/
pytest_cache/
pytest.xml
.mypy_cache/
.venv/

# Coverage
.coverage
Expand Down

0 comments on commit 6e2230c

Please sign in to comment.