@leroysheep / MovieWebApp / commits / ca21535d01

First comit

Lee Roy Stevenson committed Apr 3, 2025 at 05:13 UTC ca21535d01853283487e0a94c74861a32ef53e89
6 files changed +34
.idea/.gitignore new
+3
@@ -0,0 +1,3 @@
1 +# Default ignored files
2 +/shelf/
3 +/workspace.xml
.idea/MovieWebApp.iml new
+10
@@ -0,0 +1,10 @@
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<module type="PYTHON_MODULE" version="4">
3 + <component name="NewModuleRootManager">
4 + <content url="file://$MODULE_DIR$">
5 + <excludeFolder url="file://$MODULE_DIR$/.venv" />
6 + </content>
7 + <orderEntry type="jdk" jdkName="Python 3.12 (MovieWebApp)" jdkType="Python SDK" />
8 + <orderEntry type="sourceFolder" forTests="false" />
9 + </component>
10 +</module>
\ No newline at end of file
.idea/inspectionProfiles/profiles_settings.xml new
+6
@@ -0,0 +1,6 @@
1 +<component name="InspectionProjectProfileManager">
2 + <settings>
3 + <option name="USE_PROJECT_PROFILE" value="false" />
4 + <version value="1.0" />
5 + </settings>
6 +</component>
\ No newline at end of file
.idea/modules.xml new
+8
@@ -0,0 +1,8 @@
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="ProjectModuleManager">
4 + <modules>
5 + <module fileurl="file://$PROJECT_DIR$/.idea/MovieWebApp.iml" filepath="$PROJECT_DIR$/.idea/MovieWebApp.iml" />
6 + </modules>
7 + </component>
8 +</project>
\ No newline at end of file
.idea/vcs.xml new
+6
@@ -0,0 +1,6 @@
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<project version="4">
3 + <component name="VcsDirectoryMappings">
4 + <mapping directory="$PROJECT_DIR$" vcs="Git" />
5 + </component>
6 +</project>
\ No newline at end of file
README.md new
+1
@@ -0,0 +1 @@
1 +# MovieWebApp
\ No newline at end of file