commit | 88b72a25135230458006ca79726836bb7746375f | [log] [tgz] |
---|---|---|
author | Kyle Gottfried <[email protected]> | Thu May 25 16:03:32 2023 -0400 |
committer | GitHub <[email protected]> | Thu May 25 20:03:32 2023 +0000 |
tree | f645feedf576cc70e8f7acabb0119370d0180385 | |
parent | e29a9b0720d5b87e4564dfb6747dd17b0a029dee [diff] |
ignore VSCode settings, worktree dir (#1095)
diff --git a/.gitignore b/.gitignore index 51c8f02..e2ff4c7 100644 --- a/.gitignore +++ b/.gitignore
@@ -33,5 +33,12 @@ /.tox /yapf.egg-info +# IDEs /.idea +/.vscode/settings.json + +# Virtual Environment /.venv*/ + +# Worktrees +/.wt