git忽略文件相关问题

vscode运行python脚本的时候会出现很多__pycache__文件夹,内含.pyc文件,上传git时这些文件没必要传上去,所以需要在gitignore中加入规则。 ...

April 9, 2025 · 1 min