Files
trailofbits-dropkit/.gitignore
T
William Tan 77069f5516 Allow resizing hibernated droplets by modifying the size tag (#34)
* allow resizing hibernated droplets by modifying the size tag

* Prevent removal of protected tags (owner, firewall) in untag_resource

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 12:49:24 -05:00

23 lines
271 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 Code local settings
.claude/settings.local.json