mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
ba165ab4a4
Allow overriding the snapshot's original region when waking a hibernated droplet. Falls back to snapshot metadata, or errors with an actionable hint if neither is available. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
289 B
Plaintext
24 lines
289 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Build-generated version file
|
|
dropkit/_version.txt
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Coverage
|
|
.coverage
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
.claude/worktrees
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|