chore(build): 添加 Python 缓存目录到忽略列表

- 在 .gitignore 中添加 __pycache__ 目录
- 防止 Python 编译缓存文件被提交到仓库
pull/1/head
韩天峰 3 months ago
parent a4d5d86905
commit 775328a217
  1. 1
      .gitignore

1
.gitignore vendored

@ -10,6 +10,7 @@
/projects
/.php-cs-fixer.cache
/.phpunit.cache
/__pycache__
*.o
*.dll
*.exe

Loading…
Cancel
Save