Skip to content

Commit cba55f8

Browse files
committed
🏗️ chore: clean up repository - remove baseline_pyright.txt and update patterns
- Remove 1.8MB baseline_pyright.txt artifact file - Add pyright output and ruff cache patterns to .gitignore - Remove deprecated_javascript_version reference from README.md
1 parent f000c3a commit cba55f8

3 files changed

Lines changed: 8 additions & 12731 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,13 @@ docker/my_*.json
272272

273273
monkeytype.sqlite3
274274

275+
# Pyright output
276+
baseline_pyright.txt
277+
pyright_*.txt
278+
279+
# Ruff cache (explicit)
280+
.ruff_cache/
281+
275282
# Temporary debug/output files
276283
pyright_output.txt
277284
pyright_utils_full.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ At the same time, we sincerely thank every friend who has silently contributed t
2424

2525
---
2626

27-
**This is the currently maintained Python version. The deprecated JavaScript version can be found in [`deprecated_javascript_version/README.md`](deprecated_javascript_version/README.md).**
27+
**This is the currently maintained Python version.**
2828

2929
## 📊 Compatibility Matrix
3030

0 commit comments

Comments
 (0)