mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
059fbf02db
- Rename .claude/settings.local.json to .claude/settings.json - Add .claude/settings.local.json to .gitignore - Replace uv run tobcloud with uv run dropkit in permissions Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Build-generated version file
|
|
dropkit/_version.txt
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|