vyos-documentation/.gitignore
2020-11-29 19:08:35 +01:00

26 lines
215 B
Plaintext

# Sphinx
_build/
# python virtualenv
venv/
ENV/
.venv
# put various editor ignores here
.vscode/
*.vpj
*.vpw
*.vpwhist
*.vtg
# python cache files
*.pyc
__pychache__
# dotenv
.env
.envrc
# os specific
.DS_Store