/
eugenee
/
QueueService
Обзор
Документация
Войти
/
eugenee
/
QueueService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.idea/workspace.xml
105 строк
5 KB
eugenee
.idea
18 дек 2025, 21:54
18 дек 2025, 21:54
7f7d142
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="AutoImportSettings"> <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> <list default="true" id="1e537fcb-f283-4962-9da4-c68c71f8d586" name="Changes" 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="Python Script" /> </list> </option> </component> <component name="MarkdownSettingsMigration"> <option name="stateVersion" value="1" /> </component> <component name="ProjectId" id="36t1gE1meY87CiaPBPNztb53kBP" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent">{ "keyToString": { "RunOnceActivity.OpenProjectViewOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true", "run.code.analysis.last.selected.profile": "aDefault", "settings.editor.selected.configurable": "preferences.fileTypes" } }</component> <component name="RecentsManager"> <key name="MoveFile.RECENT_KEYS"> <recent name="C:\Users\zheny\PycharmProjects\queue_system\backend" /> <recent name="C:\Users\zheny\PycharmProjects\queue_system\backend\app" /> </key> </component> <component name="RunManager" selected="Python.test"> <configuration name="main" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true"> <module name="queue_system" /> <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="$PROJECT_DIR$" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" /> <option name="PARAMETERS" value="" /> <option name="SHOW_COMMAND_LINE" value="false" /> <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 name="test" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true"> <module name="queue_system" /> <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="$PROJECT_DIR$" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/test.py" /> <option name="PARAMETERS" value="" /> <option name="SHOW_COMMAND_LINE" value="false" /> <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> <recent_temporary> <list> <item itemvalue="Python.test" /> </list> </recent_temporary> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="1e537fcb-f283-4962-9da4-c68c71f8d586" name="Changes" comment="" /> <created>1765811167706</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1765811167706</updated> </task> <servers /> </component> <component name="UnknownFeatures"> <option featureType="com.intellij.fileTypeFactory" implementationName="*.ts" /> </component> </project>