Add .gitignore
Adds .gitignore files with rules to ignore python-venv folders and files.
This commit is contained in:
parent
a1c91c7cda
commit
8788404350
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
bin/
|
||||
include/
|
||||
lib/
|
||||
lib64
|
||||
pyvenv.cfg
|
||||
|
||||
Loading…
Reference in a new issue