chore: add .gitignore for caches and local data
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
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:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Test / tooling caches
|
||||||
|
.pytest_cache/
|
||||||
|
.benchmarks/
|
||||||
|
|
||||||
|
# Local data
|
||||||
|
*.db
|
||||||
Reference in New Issue
Block a user