*.py[cod]
__pycache__
# PyCharm
env

# C extensions
# OpenDSS
*.DSV
*.dbl
# Results Generated in Text File
tests/py_dss_interface/case/13Bus/*.csv
tests/py_dss_interface/case/13Bus/*.txt

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
wheelhouse
develop-eggs
.installed.cfg
lib
lib64
venv*/
pyvenv*/
pip-wheel-metadata/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
.coverage.*
.pytest_cache/
nosetests.xml
coverage.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*.iml
*.komodoproject

# Complexity
output/*.html
output/*/index.html


.DS_Store
*~
.*.sw[po]
.build
.ve
.env
.cache
.pytest
.benchmarks
.bootstrap
.appveyor.token
*.bak

# Mypy Cache
.mypy_cache/

# VSCode
.vscode

# Environment
tests/py_dss_interface/cases/13Bus/IEEE13Node_BusXY.csv
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_EXP_SEQVOLTAGES.CSV
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_VLL.Txt
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_VLN.Txt
tests/py_dss_interface/cases/13Bus/IEEE13Nodeckt_VLN_Node.Txt
