From f5e4005e007eb00c750b24095046a6d5eca790f5 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Tue, 29 Apr 2025 08:59:12 +0200 Subject: [PATCH] cleanup --- /dev/null | 6 ------ .gitignore | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b22ec92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +__pycache__/ + diff --git a/.idea/mam-2025.iml b/.idea/mam-2025.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/mam-2025.iml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> \ No newline at end of file diff --git a/03-funktion/.idea/.gitignore b/03-funktion/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/03-funktion/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/03-funktion/.idea/03-funktion.iml b/03-funktion/.idea/03-funktion.iml deleted file mode 100644 index d8b3f6c..0000000 --- a/03-funktion/.idea/03-funktion.iml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> \ No newline at end of file diff --git a/03-funktion/.idea/inspectionProfiles/Project_Default.xml b/03-funktion/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 53b1f6c..0000000 --- a/03-funktion/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,14 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <profile version="1.0"> - <option name="myName" value="Project Default" /> - <inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="ourVersions"> - <value> - <list size="1"> - <item index="0" class="java.lang.String" itemvalue="3.13" /> - </list> - </value> - </option> - </inspection_tool> - </profile> -</component> \ No newline at end of file diff --git a/03-funktion/.idea/inspectionProfiles/profiles_settings.xml b/03-funktion/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/03-funktion/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <settings> - <option name="USE_PROJECT_PROFILE" value="false" /> - <version value="1.0" /> - </settings> -</component> \ No newline at end of file diff --git a/03-funktion/.idea/misc.xml b/03-funktion/.idea/misc.xml deleted file mode 100644 index 1d3ce46..0000000 --- a/03-funktion/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Black"> - <option name="sdkName" value="Python 3.13" /> - </component> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" /> -</project> \ No newline at end of file diff --git a/03-funktion/.idea/modules.xml b/03-funktion/.idea/modules.xml deleted file mode 100644 index 0877bc8..0000000 --- a/03-funktion/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/03-funktion.iml" filepath="$PROJECT_DIR$/.idea/03-funktion.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/03-funktion/.idea/vcs.xml b/03-funktion/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/03-funktion/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> - </component> -</project> \ No newline at end of file -- Gitblit v1.10.0-SNAPSHOT