Skip to content

Commit 5c11037

Browse files
committed
chore(build): 更新.gitignore文件添加Python相关忽略规则
- 添加了Python编译文件*.pyc到忽略列表中 - 保持原有的vitest报告文件忽略配置 - 格式化文件末尾空白行以符合标准
1 parent 4954569 commit 5c11037

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ bin/
4545

4646
docs/superpowers/plans
4747

48-
vitest-report.xml
48+
vitest-report.xml
49+
50+
51+
# python
52+
*.pyc

0 commit comments

Comments
 (0)