Parcourir la source

chore: .gitignore 屏蔽 Python bytecode

tianyu.chu il y a 2 semaines
Parent
commit
572b29707d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -20,4 +20,6 @@ target
 launch-pad
 requirements.txt.bak
 CLAUDE.md
-kb/inbox
+kb/inbox
+__pycache__/
+*.pyc