Skip to content

Commit 4b490db

Browse files
authored
Add .venv to gitignore (#1764)
**Context:** Creating a new environment using vscode creates a`.venv` folder instead of `venv`. **Description of the Change:** add .venv to gitignore **Benefits:** easier development on vscode **Possible Drawbacks:** **Related GitHub Issues:**
1 parent 85625b3 commit 4b490db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ doc/code/api
3131

3232
# Development
3333
venv
34+
.venv
3435

3536
# Cache files
3637
.cache

0 commit comments

Comments
 (0)