mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
early emojification
This commit is contained in:
@@ -120,8 +120,8 @@ case "$cmd" in
|
||||
python3 - <<'PY'
|
||||
from pathlib import Path
|
||||
|
||||
skip = {"node_modules", ".venv", "venv"}
|
||||
exts = {".ts", ".py"}
|
||||
skip = {"node_modules", ".venv", "venv", ".venv-ray"}
|
||||
exts = {".ts", ".py", ".ipynb"}
|
||||
total = 0
|
||||
for path in Path(".").rglob("*"):
|
||||
if not path.is_file() or path.suffix not in exts or any(part in skip for part in path.parts):
|
||||
|
||||
Reference in New Issue
Block a user