fix: handle long sequences and optimize IFD computation

This commit is contained in:
2026-07-04 08:35:45 +08:00
parent 204873fa2f
commit 1adca39cd8
2 changed files with 10 additions and 4 deletions
+4 -2
View File
@@ -5,8 +5,10 @@
!*/
# Allow specific file types and root files
!*.py
!*.sh
!astrai/**/*.py
!scripts/**/*.py
!scripts/**/*.sh
!tests/**/*.py
# Allow GitHub files
!/.github/**