Spaces:
Running
Running
hello
Browse files- .env +0 -0
- .gitignore +2 -0
- .idea/codeciv-mcp.iml +0 -14
- .idea/misc.xml +0 -7
- .idea/workspace.xml +0 -64
.env
DELETED
|
File without changes
|
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.venv
|
| 2 |
+
.idea
|
.idea/codeciv-mcp.iml
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 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 (codeciv-mcp)" jdkType="Python SDK" />
|
| 8 |
-
<orderEntry type="sourceFolder" forTests="false" />
|
| 9 |
-
</component>
|
| 10 |
-
<component name="PyDocumentationSettings">
|
| 11 |
-
<option name="format" value="GOOGLE" />
|
| 12 |
-
<option name="myDocStringFormat" value="Google" />
|
| 13 |
-
</component>
|
| 14 |
-
</module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/misc.xml
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="Black">
|
| 4 |
-
<option name="sdkName" value="Python 3.12 (codeciv-mcp)" />
|
| 5 |
-
</component>
|
| 6 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (codeciv-mcp)" project-jdk-type="Python SDK" />
|
| 7 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/workspace.xml
DELETED
|
@@ -1,64 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
-
<project version="4">
|
| 3 |
-
<component name="AutoImportSettings">
|
| 4 |
-
<option name="autoReloadType" value="SELECTIVE" />
|
| 5 |
-
</component>
|
| 6 |
-
<component name="ChangeListManager">
|
| 7 |
-
<list default="true" id="ebb5dc4d-2ddd-490d-99c9-a25b8ec05dab" name="Changes" comment="">
|
| 8 |
-
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
-
<change beforePath="$PROJECT_DIR$/Deploying" beforeDir="false" afterPath="$PROJECT_DIR$/.env" afterDir="false" />
|
| 10 |
-
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
| 11 |
-
</list>
|
| 12 |
-
<option name="SHOW_DIALOG" value="false" />
|
| 13 |
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
| 14 |
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
| 15 |
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
| 16 |
-
</component>
|
| 17 |
-
<component name="FileTemplateManagerImpl">
|
| 18 |
-
<option name="RECENT_TEMPLATES">
|
| 19 |
-
<list>
|
| 20 |
-
<option value="Python Script" />
|
| 21 |
-
</list>
|
| 22 |
-
</option>
|
| 23 |
-
</component>
|
| 24 |
-
<component name="Git.Settings">
|
| 25 |
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
| 26 |
-
</component>
|
| 27 |
-
<component name="ProjectColorInfo"><![CDATA[{
|
| 28 |
-
"associatedIndex": 5
|
| 29 |
-
}]]></component>
|
| 30 |
-
<component name="ProjectId" id="2yA7EGC3nBOGiGf7ETHWoAKHvCH" />
|
| 31 |
-
<component name="ProjectViewState">
|
| 32 |
-
<option name="hideEmptyMiddlePackages" value="true" />
|
| 33 |
-
<option name="showLibraryContents" value="true" />
|
| 34 |
-
</component>
|
| 35 |
-
<component name="PropertiesComponent"><![CDATA[{
|
| 36 |
-
"keyToString": {
|
| 37 |
-
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
| 38 |
-
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
| 39 |
-
"Python.app.executor": "Run",
|
| 40 |
-
"RunOnceActivity.ShowReadmeOnStart": "true",
|
| 41 |
-
"RunOnceActivity.git.unshallow": "true",
|
| 42 |
-
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
| 43 |
-
"git-widget-placeholder": "main",
|
| 44 |
-
"last_opened_file_path": "C:/Users/darcy/source/4-huggingface/codeciv-mcp"
|
| 45 |
-
}
|
| 46 |
-
}]]></component>
|
| 47 |
-
<component name="SharedIndexes">
|
| 48 |
-
<attachedChunks>
|
| 49 |
-
<set>
|
| 50 |
-
<option value="bundled-python-sdk-348a24fa61fa-5312c7369657-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-251.23774.444" />
|
| 51 |
-
</set>
|
| 52 |
-
</attachedChunks>
|
| 53 |
-
</component>
|
| 54 |
-
<component name="TaskManager">
|
| 55 |
-
<task active="true" id="Default" summary="Default task">
|
| 56 |
-
<changelist id="ebb5dc4d-2ddd-490d-99c9-a25b8ec05dab" name="Changes" comment="" />
|
| 57 |
-
<created>1749265411727</created>
|
| 58 |
-
<option name="number" value="Default" />
|
| 59 |
-
<option name="presentableId" value="Default" />
|
| 60 |
-
<updated>1749265411727</updated>
|
| 61 |
-
</task>
|
| 62 |
-
<servers />
|
| 63 |
-
</component>
|
| 64 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|