Skip to content
Snippets Groups Projects
Commit 9e523d31 authored by Daniel Yang's avatar Daniel Yang
Browse files

Merge remote-tracking branch 'origin/main'

parents b6d7fff9 790ea495
No related branches found
No related tags found
No related merge requests found
# Include project configuration
!.idea/modules.xml
!.idea/*.iml
# Exclude user-specific and workspace files
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/misc.xml
.idea/.gitignore
# Ignore all PyCharm project files
.idea/
.idea/codeStyles/
.idea/inspectionProfiles/
# Ignore Python cache files
__pycache__/
......
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/code/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/PSE_Code.iml" filepath="$PROJECT_DIR$/.idea/PSE_Code.iml" />
</modules>
</component>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment