restic-compose-backup/.gitignore
2025-01-08 11:43:54 -06:00

33 lines
267 B
Text

# Project specific
backup.log
# Environment files (potential secrets)
*.env
# IDEs
.vscode
.idea
# python
__pycache__
*.egg-info/
# Virtualenvs
env
.venv
venv
# misc
/private/
restic_data/
restic_cache/
alerts.env
# build
build/
docs/_build
dist
# tests
.tox