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