Skip to content

Commit

Permalink
added *.venv and /messages to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 22, 2024
1 parent e102a9a commit ee7ed6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ dmypy.json

# pycharm
.idea/

# Venvs
*.venv

# Generated messages
/messages

0 comments on commit ee7ed6f

Please sign in to comment.