chore: add .gitignore for caches and local data
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>
This commit is contained in:
2026-06-21 10:37:41 +02:00
parent ba7f503e7d
commit 0842c574d6
+11
View File
@@ -0,0 +1,11 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
# Test / tooling caches
.pytest_cache/
.benchmarks/
# Local data
*.db