yaboli/examples/gitignore_with_venv
2019-04-14 16:10:40 +00:00

13 lines
112 B
Text

# python stuff
__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# config files
*.conf
cookie_jar