- 添加主程序文件 main.py,实现星座查询功能 - 创建 .idea 目录及相关配置文件,配置项目环境 - 添加 README.md 文件,说明项目依赖安装方法
14 lines
502 B
XML
14 lines
502 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ignoredPackages">
|
|
<value>
|
|
<list size="1">
|
|
<item index="0" class="java.lang.String" itemvalue="numpy" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |