vyos-documentation/.gitignore
2021-02-19 14:39:52 +01:00

27 lines
227 B
Plaintext

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