AleksanderObuchowski
commited on
Commit
•
539f1a1
1
Parent(s):
5ceacbc
Add files using upload-large-folder tool
Browse files- .idea/forwardedPorts.xml +13 -0
- .idea/medatlas.iml +8 -0
.idea/forwardedPorts.xml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="PortForwardingSettings">
|
4 |
+
<ports>
|
5 |
+
<entry key="8000">
|
6 |
+
<ForwardedPortInfo>
|
7 |
+
<option name="hostPort" value="8000" />
|
8 |
+
<option name="readOnly" value="false" />
|
9 |
+
</ForwardedPortInfo>
|
10 |
+
</entry>
|
11 |
+
</ports>
|
12 |
+
</component>
|
13 |
+
</project>
|
.idea/medatlas.iml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
<orderEntry type="jdk" jdkName="Python 3.8 virtualenv at ~/medatlas/.venv" jdkType="Python SDK" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|