Skip to content
Snippets Groups Projects
Commit 931c3a69 authored by Moritz Beckschulte's avatar Moritz Beckschulte
Browse files

Added gitignore

parent 693f933e
No related branches found
No related tags found
No related merge requests found
.metadata
*.pyc
*.bak
*.bak-mo
.project
.pydevproject
# pip install #
#####################
*.egg-info/
*.egg/
*.eggs
dist
*.pypirc
build
# PyCharm #
#####################
.idea
.cache
venv
# Jupyter Notebook #
#####################
.ipynb_checkpoints
# Unittest #
#####################
.pytest_cache
htmlcov
.coverage
.unitTests-dymola.log
installed_dependencies/*
startup.mos
working_dir
\ No newline at end of file
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
[submodule "BuildingSim/BESMod"] [submodule "BuildingSim/BESMod"]
path = BuildingSim/BESMod path = BuildingSim/BESMod
url = https://github.com/RWTH-EBC/BESMod.git url = https://github.com/RWTH-EBC/BESMod.git
[submodule "BuildingSim/FrostingModels"]
path = BuildingSim/FrostingModels
url = https://git-ce.rwth-aachen.de/ebc/projects/ebc0932_bmwk_elosdeutschland_kap/frostingmodelicamodels
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="2bc32c04-dd44-4e01-9ff9-c09263eca269" name="Changes" comment=""> <list default="true" id="2bc32c04-dd44-4e01-9ff9-c09263eca269" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/working_dir/simulate.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/working_dir/simulate_with_dymola_api.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/working_dir/test_ebcpy.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.github/workflows/formatting.yml" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.github/workflows/formatting.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.gitignore" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.gitignore" beforeDir="false" />
...@@ -5444,11 +5440,6 @@ ...@@ -5444,11 +5440,6 @@
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/convertBuildingsToAnnex60.py" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/convertBuildingsToAnnex60.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/runUnitTests.py" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/runUnitTests.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/verifyFiles.py" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/verifyFiles.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/RollOut.mo" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/RollOut.mo" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsin.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dslog.txt" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dslog.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsmodel.c" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsmodel.c" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dymosim.exe" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dymosim.exe" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -5587,7 +5578,7 @@ ...@@ -5587,7 +5578,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1742207574701</updated> <updated>1742207574701</updated>
<workItem from="1742207576975" duration="4000" /> <workItem from="1742207576975" duration="4000" />
<workItem from="1743083402015" duration="22154000" /> <workItem from="1743083402015" duration="23379000" />
</task> </task>
<servers /> <servers />
</component> </component>
...@@ -5637,6 +5628,11 @@ ...@@ -5637,6 +5628,11 @@
<line>97</line> <line>97</line>
<option name="timeStamp" value="46" /> <option name="timeStamp" value="46" />
</line-breakpoint> </line-breakpoint>
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
<url>file://$PROJECT_DIR$/working_dir/simulate_with_dymola_api.py</url>
<line>123</line>
<option name="timeStamp" value="47" />
</line-breakpoint>
</breakpoints> </breakpoints>
</breakpoint-manager> </breakpoint-manager>
</component> </component>
......
Subproject commit 232a48571e1a1d366338fc3b4b9034d449bcb96b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment