Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	
		alessandro trinca tornidor
		
	commited on
		
		
					Commit 
							
							·
						
						995f2bf
	
1
								Parent(s):
							
							a84a5a1
								
[refactor] update pycharm .idea configs
Browse files- .idea/.gitignore +0 -8
- .idea/{LISA_REFACTOR.iml → lisa-on-gpu.iml} +6 -4
- .idea/misc.xml +7 -0
- .idea/modules.xml +1 -1
    	
        .idea/.gitignore
    DELETED
    
    | @@ -1,8 +0,0 @@ | |
| 1 | 
            -
            # Default ignored files
         | 
| 2 | 
            -
            /shelf/
         | 
| 3 | 
            -
            /workspace.xml
         | 
| 4 | 
            -
            # Editor-based HTTP Client requests
         | 
| 5 | 
            -
            /httpRequests/
         | 
| 6 | 
            -
            # Datasource local storage ignored files
         | 
| 7 | 
            -
            /dataSources/
         | 
| 8 | 
            -
            /dataSources.local.xml
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
    	
        .idea/{LISA_REFACTOR.iml → lisa-on-gpu.iml}
    RENAMED
    
    | @@ -1,15 +1,17 @@ | |
| 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="inheritedJdk" />
         | 
| 6 | 
             
                <orderEntry type="sourceFolder" forTests="false" />
         | 
| 7 | 
             
              </component>
         | 
| 8 | 
             
              <component name="PyDocumentationSettings">
         | 
| 9 | 
            -
                <option name="format" value=" | 
| 10 | 
            -
                <option name="myDocStringFormat" value=" | 
| 11 | 
             
              </component>
         | 
| 12 | 
             
              <component name="SonarLintModuleSettings">
         | 
| 13 | 
            -
                <option name="uniqueId" value=" | 
| 14 | 
             
              </component>
         | 
| 15 | 
             
            </module>
         | 
|  | |
| 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="inheritedJdk" />
         | 
| 8 | 
             
                <orderEntry type="sourceFolder" forTests="false" />
         | 
| 9 | 
             
              </component>
         | 
| 10 | 
             
              <component name="PyDocumentationSettings">
         | 
| 11 | 
            +
                <option name="format" value="PLAIN" />
         | 
| 12 | 
            +
                <option name="myDocStringFormat" value="Plain" />
         | 
| 13 | 
             
              </component>
         | 
| 14 | 
             
              <component name="SonarLintModuleSettings">
         | 
| 15 | 
            +
                <option name="uniqueId" value="211a23c8-3a99-40a7-b444-c295b52b02d1" />
         | 
| 16 | 
             
              </component>
         | 
| 17 | 
             
            </module>
         | 
    	
        .idea/misc.xml
    ADDED
    
    | @@ -0,0 +1,7 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            +
            <project version="4">
         | 
| 3 | 
            +
              <component name="Black">
         | 
| 4 | 
            +
                <option name="sdkName" value="Python 3.11 (lisa-on-gpu)" />
         | 
| 5 | 
            +
              </component>
         | 
| 6 | 
            +
              <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (lisa-on-gpu)" project-jdk-type="Python SDK" />
         | 
| 7 | 
            +
            </project>
         | 
    	
        .idea/modules.xml
    CHANGED
    
    | @@ -2,7 +2,7 @@ | |
| 2 | 
             
            <project version="4">
         | 
| 3 | 
             
              <component name="ProjectModuleManager">
         | 
| 4 | 
             
                <modules>
         | 
| 5 | 
            -
                  <module fileurl="file://$PROJECT_DIR$/.idea/ | 
| 6 | 
             
                </modules>
         | 
| 7 | 
             
              </component>
         | 
| 8 | 
             
            </project>
         | 
|  | |
| 2 | 
             
            <project version="4">
         | 
| 3 | 
             
              <component name="ProjectModuleManager">
         | 
| 4 | 
             
                <modules>
         | 
| 5 | 
            +
                  <module fileurl="file://$PROJECT_DIR$/.idea/lisa-on-gpu.iml" filepath="$PROJECT_DIR$/.idea/lisa-on-gpu.iml" />
         | 
| 6 | 
             
                </modules>
         | 
| 7 | 
             
              </component>
         | 
| 8 | 
             
            </project>
         |