diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-16 14:09:23 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-16 14:09:23 +0800 |
commit | 8e1a23968d43f3e615a8bda81812439d4c809484 (patch) | |
tree | e03cfeac1442e347c28f711ba2b72edf01e71dde /.idea/gait-recognition.iml |
Init the repo
Diffstat (limited to '.idea/gait-recognition.iml')
-rw-r--r-- | .idea/gait-recognition.iml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.idea/gait-recognition.iml b/.idea/gait-recognition.iml new file mode 100644 index 0000000..e175a98 --- /dev/null +++ b/.idea/gait-recognition.iml @@ -0,0 +1,14 @@ +<?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$/venv" /> + <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>
\ No newline at end of file |