borgmatic/.gitignore

15 lines
119 B
Plaintext
Raw Normal View History

2016-01-30 19:24:29 +00:00
*.egg-info
*.pyc
*.swp
.cache
.coverage
.pytest_cache
2016-01-30 19:24:29 +00:00
.tox
__pycache__
2019-05-21 00:48:39 +00:00
build/
dist/
2019-06-12 04:40:28 +00:00
pip-wheel-metadata/
2019-11-02 13:34:16 +00:00
.vscode
.venv