freegames/.idea/misc.xml
sairate 51fdda69f7 feat: 添加贪吃蛇游戏- 新增贪吃蛇游戏的 Python 代码
- 添加用于安装 freegames 库的说明到 README.md
- 创建多个 .idea配置文件以设置 IDE 项目环境
- 配置 .gitignore 文件以忽略不必要的 IDE 文件
2025-06-07 14:13:53 +08:00

7 lines
290 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.13" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (freegames)" project-jdk-type="Python SDK" />
</project>