Files
Ethanfel 0842c574d6
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
chore: add .gitignore for caches and local data
Ignore __pycache__, *.pyc, .pytest_cache, .benchmarks, and *.db files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 10:37:41 +02:00

12 lines
116 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
# Test / tooling caches
.pytest_cache/
.benchmarks/
# Local data
*.db