# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.tox/
.pytest_cache/
.coverage
htmlcov/

# Restic backup specific
restic.env
/etc/restic-backup/
config.yaml
*.yaml.bak

# Backup data (in case someone runs tests locally)
/tmp/restic-test-repo/
/tmp/backup-test/
/var/backups/

# OS
.DS_Store
Thumbs.db
