Explorar el Código

chore: .gitignore 屏蔽 Python bytecode

tianyu.chu hace 2 semanas
padre
commit
572b29707d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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