Updated gitignore to ignore the polarobot venv
This commit is contained in:
parent
265f18ef10
commit
7cf89decd3
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -162,4 +162,8 @@ cython_debug/
|
||||||
|
|
||||||
# Emacs
|
# Emacs
|
||||||
\#*#
|
\#*#
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
# Venv
|
||||||
|
polarobotenv
|
||||||
|
polarobotenv/*
|
||||||
Loading…
Add table
Reference in a new issue