Remove JetBrains config files

This commit is contained in:
Sebastian Lenzlinger 2024-07-10 12:40:35 +00:00
parent 7daca7f3ad
commit 1b5c324c50
4 changed files with 1 additions and 30 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
__pycache__ __pycache__
.venv .venv
iottb.egg-info iottb.egg-info
.idea .idea/
*.log *.log
logs/ logs/
*.pyc *.pyc

View File

@ -1,17 +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="67" name="Python" />
</Languages>
</inspection_tool>
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoredErrors">
<list>
<option value="N806" />
</list>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>