Commit ade98079 authored by Maxalaar's avatar Maxalaar
Browse files

Init

parent 42196aa5
Loading
Loading
Loading
Loading

.idea/.name

0 → 100644
+1 −0
Original line number Diff line number Diff line
Git_Training
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <profile version="1.0">
    <option name="myName" value="Project Default" />
    <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
      <option name="ignoredErrors">
        <list>
          <option value="E501" />
        </list>
      </option>
    </inspection_tool>
  </profile>
</component>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<component name="InspectionProjectProfileManager">
  <settings>
    <option name="USE_PROJECT_PROFILE" value="false" />
    <version value="1.0" />
  </settings>
</component>
 No newline at end of file

.idea/misc.xml

0 → 100644
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Black">
    <option name="sdkName" value="Python 3.11 (CleanRL_Experimentation)" />
  </component>
  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (CleanRL_Experimentation)" project-jdk-type="Python SDK" />
</project>
 No newline at end of file

.idea/modules.xml

0 → 100644
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/git_training.iml" filepath="$PROJECT_DIR$/.idea/git_training.iml" />
    </modules>
  </component>
</project>
 No newline at end of file
Loading