mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
# Exclude local caches and build outputs from ClawHub upload
|
|
.DS_Store
|
|
.git/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.env
|
|
.venv/
|
|
.cache/
|