mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
77069f5516
* 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>
23 lines
271 B
Plaintext
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
|