26 lines
200 B
Text
26 lines
200 B
Text
|
|
# Project specific
|
|
backup.log
|
|
|
|
# IDEs
|
|
.vscode
|
|
.idea
|
|
|
|
# python
|
|
__pycache__
|
|
*.egg-info/
|
|
|
|
# Virtualenvs
|
|
env
|
|
.venv
|
|
venv
|
|
|
|
# misc
|
|
/private/
|
|
restic_data/
|
|
restic_cache/
|
|
alerts.env
|
|
|
|
# docs
|
|
build/
|
|
docs/_build
|