Update the docs
This commit is contained in:
parent
86472afb3f
commit
7780cb92de
3 changed files with 38 additions and 1 deletions
13
examples/gitignore_with_venv
Normal file
13
examples/gitignore_with_venv
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# python stuff
|
||||
__pycache__/
|
||||
|
||||
# venv stuff
|
||||
bin/
|
||||
include/
|
||||
lib/
|
||||
lib64
|
||||
pyvenv.cfg
|
||||
|
||||
# config files
|
||||
*.conf
|
||||
cookie_jar
|
||||
Loading…
Add table
Add a link
Reference in a new issue