commit | 10e3e5ba0c3d7f54718680660b09b07c24872bc9 | [log] [tgz] |
---|---|---|
author | Eric Rahm <erahm@google.com> | Thu Apr 18 11:32:38 2024 -0700 |
committer | Eric Rahm <erahm@google.com> | Thu Apr 18 11:32:38 2024 -0700 |
tree | 50479e0cfae773f683801fd778ab229e0a874a74 | |
parent | 5d99737f08d033386fd26123949d36684a47c8bd [diff] |
Update .gitignore with more common entries This adds an ignore for the `.vscode` directory used by VS Code projects and the `.venv` directory used for python virtual environments.
diff --git a/.gitignore b/.gitignore index 534b538..4433574 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,4 +4,8 @@ # Python __pycache__ +.venv + +# IDEs +.vscode