8000 Merge pull request #731 from localghost1/updGitignore · python-control/python-control@c8f2261 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8f2261

Browse files
authored
Merge pull request #731 from localghost1/updGitignore
add envs to gitignore
2 parents ae8d586 + 6a116f0 commit c8f2261

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ TAGS
2929

3030
# Files created by Spyder
3131
.spyproject/
32+
33+
# Environments
34+
.env
35+
.venv
36+
env/
37+
venv/
38+
ENV/
39+
env.bak/
40+
venv.bak/

0 commit comments

Comments
 (0)
0