- Add [backup] retain_days to config (default 1); --days becomes optional - Add scripts/docker-compose.yml (azurite) for local integration testing - Integration tests now use assets/local.toml and localhost endpoints - Update .gitignore and CLAUDE.md accordingly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
backups/
|
|
scan/
|
|
dist-source/
|
|
.worktrees/
|
|
scripts/azurite/
|