Created
April 9, 2020 19:06
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default ignored files | |
/shelf/ | |
/workspace.xml | |
# Datasource local storage ignored files | |
/dataSources/ | |
/dataSources.local.xml | |
# Editor-based HTTP Client requests | |
/httpRequests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="InspectionProjectProfileManager"> | |
<settings> | |
<option name="USE_PROJECT_PROFILE" value="false" /> | |
<version value="1.0" /> | |
</settings> | |
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="JavaScriptSettings"> | |
<option name="languageLevel" value="ES6" /> | |
</component> | |
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5 (untitled)" project-jdk-type="Python SDK" /> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectModuleManager"> | |
<modules> | |
<module fileurl="file://$PROJECT_DIR$/.idea/untitled.iml" filepath="$PROJECT_DIR$/.idea/untitled.iml" /> | |
</modules> | |
</component> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="PySciProjectComponent"> | |
<option name="PY_SCI_VIEW" value="true" /> | |
</component> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="PYTHON_MODULE" version="4"> | |
<component name="NewModuleRootManager"> | |
<content url="file://$MODULE_DIR$"> | |
<excludeFolder url="file://$MODULE_DIR$/data" /> | |
</content> | |
<orderEntry type="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
</component> | |
<component name="PyDocumentationSettings"> | |
<option name="renderExternalDocumentation" value="true" /> | |
</component> | |
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ChangeListManager"> | |
<list default="true" id="8c8c91c4-b1d0-4fb8-9386-ecae5ec18b9a" name="Default Changelist" comment="" /> | |
<option name="SHOW_DIALOG" value="false" /> | |
<option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
<option name="LAST_RESOLUTION" value="IGNORE" /> | |
</component> | |
<component name="FileTemplateManagerImpl"> | |
<option name="RECENT_TEMPLATES"> | |
<list> | |
<option value="Jupyter Notebook" /> | |
</list> | |
</option> | |
</component> | |
<component name="JupyterTrust" id="35ea9eeb-aefd-4127-9edd-8ae49cd713cf"> | |
<option name="files"> | |
<option value="notebooks/svmt.ipynb" /> | |
</option> | |
</component> | |
<component name="ProjectId" id="1aJfwEJt6AUDkPAmmZpjT2fCIzg" /> | |
<component name="ProjectViewState"> | |
<option name="hideEmptyMiddlePackages" value="true" /> | |
<option name="showLibraryContents" value="true" /> | |
</component> | |
<component name="PropertiesComponent"> | |
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> | |
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | |
<property name="WebServerToolWindowFactoryState" value="false" /> | |
<property name="settings.editor.selected.configurable" value="preferences.sourceCode" /> | |
</component> | |
<component name="RunManager"> | |
<configuration name="NNs" type="PythonConfigurationType" factoryName="Python"> | |
<module name="untitled" /> | |
<option name="INTERPRETER_OPTIONS" value="" /> | |
<option name="PARENT_ENVS" value="true" /> | |
<envs> | |
<env name="PYTHONUNBUFFERED" value="1" /> | |
</envs> | |
<option name="SDK_HOME" value="$USER_HOME$/anaconda3/envs/untitled/bin/python" /> | |
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | |
<option name="IS_MODULE_SDK" value="false" /> | |
<option name="ADD_CONTENT_ROOTS" value="true" /> | |
<option name="ADD_SOURCE_ROOTS" value="true" /> | |
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> | |
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" /> | |
<option name="PARAMETERS" value="" /> | |
<option name="SHOW_COMMAND_LINE" value="true" /> | |
<option name="EMULATE_TERMINAL" value="false" /> | |
<option name="MODULE_MODE" value="false" /> | |
<option name="REDIRECT_INPUT" value="false" /> | |
<option name="INPUT_FILE" value="" /> | |
<method v="2" /> | |
</configuration> | |
<configuration default="true" type="PythonConfigurationType" factoryName="Python"> | |
<module name="untitled" /> | |
<option name="INTERPRETER_OPTIONS" value="" /> | |
<option name="PARENT_ENVS" value="true" /> | |
<envs> | |
<env name="PYTHONUNBUFFERED" value="1" /> | |
</envs> | |
<option name="SDK_HOME" value="" /> | |
<option name="WORKING_DIRECTORY" value="" /> | |
<option name="IS_MODULE_SDK" value="false" /> | |
<option name="ADD_CONTENT_ROOTS" value="true" /> | |
<option name="ADD_SOURCE_ROOTS" value="true" /> | |
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> | |
<option name="SCRIPT_NAME" value="" /> | |
<option name="PARAMETERS" value="" /> | |
<option name="SHOW_COMMAND_LINE" value="true" /> | |
<option name="EMULATE_TERMINAL" value="false" /> | |
<option name="MODULE_MODE" value="false" /> | |
<option name="REDIRECT_INPUT" value="false" /> | |
<option name="INPUT_FILE" value="" /> | |
<method v="2" /> | |
</configuration> | |
</component> | |
<component name="SvnConfiguration"> | |
<configuration /> | |
</component> | |
<component name="TaskManager"> | |
<task active="true" id="Default" summary="Default task"> | |
<changelist id="8c8c91c4-b1d0-4fb8-9386-ecae5ec18b9a" name="Default Changelist" comment="" /> | |
<created>1586458853770</created> | |
<option name="number" value="Default" /> | |
<option name="presentableId" value="Default" /> | |
<updated>1586458853770</updated> | |
<workItem from="1586458864007" duration="239000" /> | |
</task> | |
<servers /> | |
</component> | |
<component name="TypeScriptGeneratedFilesManager"> | |
<option name="version" value="2" /> | |
</component> | |
<component name="WindowStateProjectService"> | |
<state x="293" y="107" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1586459101945"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state x="293" y="107" key="#com.intellij.execution.impl.EditConfigurationsDialog/57.24.1543.876@57.24.1543.876" timestamp="1586459101945" /> | |
<state width="1497" height="237" key="GridCell.Tab.0.bottom" timestamp="1586458934698"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state width="1497" height="237" key="GridCell.Tab.0.bottom/57.24.1543.876@57.24.1543.876" timestamp="1586458934698" /> | |
<state width="1497" height="237" key="GridCell.Tab.0.center" timestamp="1586458934697"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state width="1497" height="237" key="GridCell.Tab.0.center/57.24.1543.876@57.24.1543.876" timestamp="1586458934697" /> | |
<state width="1497" height="237" key="GridCell.Tab.0.left" timestamp="1586458934697"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state width="1497" height="237" key="GridCell.Tab.0.left/57.24.1543.876@57.24.1543.876" timestamp="1586458934697" /> | |
<state width="1497" height="237" key="GridCell.Tab.0.right" timestamp="1586458934698"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state width="1497" height="237" key="GridCell.Tab.0.right/57.24.1543.876@57.24.1543.876" timestamp="1586458934698" /> | |
<state x="322" y="84" key="SettingsEditor" timestamp="1586459068490"> | |
<screen x="57" y="24" width="1543" height="876" /> | |
</state> | |
<state x="322" y="84" key="SettingsEditor/57.24.1543.876@57.24.1543.876" timestamp="1586459068490" /> | |
</component> | |
</project> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment