diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-07-27 18:55:52 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2024-07-27 18:55:52 +0700 |
commit | e74357544064105b23fca2cd15a09c2bf16072af (patch) | |
tree | df6645db7b07d7e9aa24b3c32726260c38b54b17 /.idea | |
parent | 8a8694e6827fc3a67601ba46891a4e2dc6b464d0 (diff) |
gitignore
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/.gitignore | 8 | ||||
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 50 | ||||
-rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 6 | ||||
-rw-r--r-- | .idea/misc.xml | 7 | ||||
-rw-r--r-- | .idea/modules.xml | 8 | ||||
-rw-r--r-- | .idea/task-watcher.iml | 10 | ||||
-rw-r--r-- | .idea/vcs.xml | 6 |
7 files changed, 0 insertions, 95 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index ac5c5ac..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,50 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <profile version="1.0"> - <option name="myName" value="Project Default" /> - <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true"> - <Languages> - <language minSize="85" name="Python" /> - </Languages> - </inspection_tool> - <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="ignoredPackages"> - <value> - <list size="11"> - <item index="0" class="java.lang.String" itemvalue="pandas" /> - <item index="1" class="java.lang.String" itemvalue="greenlet" /> - <item index="2" class="java.lang.String" itemvalue="six" /> - <item index="3" class="java.lang.String" itemvalue="pyodbc" /> - <item index="4" class="java.lang.String" itemvalue="python-dateutil" /> - <item index="5" class="java.lang.String" itemvalue="SQLAlchemy" /> - <item index="6" class="java.lang.String" itemvalue="psycopg2" /> - <item index="7" class="java.lang.String" itemvalue="python-dotenv" /> - <item index="8" class="java.lang.String" itemvalue="numpy" /> - <item index="9" class="java.lang.String" itemvalue="pytz" /> - <item index="10" class="java.lang.String" itemvalue="typing_extensions" /> - </list> - </value> - </option> - </inspection_tool> - <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"> - <option name="ignoredErrors"> - <list> - <option value="E402" /> - </list> - </option> - </inspection_tool> - <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"> - <option name="ignoredErrors"> - <list> - <option value="N806" /> - <option value="N802" /> - <option value="N803" /> - </list> - </option> - </inspection_tool> - <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> - <option name="processCode" value="true" /> - <option name="processLiterals" value="true" /> - <option name="processComments" value="true" /> - </inspection_tool> - </profile> -</component>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.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/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 4664caf..0000000 --- a/.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.12 (task-watcher)" /> - </component> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (task-watcher)" project-jdk-type="Python SDK" /> -</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index ae315dc..0000000 --- a/.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/task-watcher.iml" filepath="$PROJECT_DIR$/.idea/task-watcher.iml" /> - </modules> - </component> -</project>
\ No newline at end of file diff --git a/.idea/task-watcher.iml b/.idea/task-watcher.iml deleted file mode 100644 index 2c80e12..0000000 --- a/.idea/task-watcher.iml +++ /dev/null @@ -1,10 +0,0 @@ -<?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" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.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 |