0842c574d6
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
Ignore __pycache__, *.pyc, .pytest_cache, .benchmarks, and *.db files. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Test / tooling caches
|
|
.pytest_cache/
|
|
.benchmarks/
|
|
|
|
# Local data
|
|
*.db
|