# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
*__pycache__/*
*.py[cod]
*$py.class
*.pyc

log/
# needed for h2 test inputs: tests/analysis/results/
*_disp.txt

.idea/*
.idea/workspace.xml
.vscode/

.vscode/*

# Distribution / packaging
.Python
env*/*
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env
.envrc

# virtualenv
.venv/
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject

# Resource data
#resource_files/solar/*.csv
#resource_files/wind/*.srw

# Images, datafiles
*.png
*.xlsx
*.pdf
*.pkl
.DS_Store
*.val
*.db
*.db-shm
*.gz
*.db-wal
*n2.html

# H2Integrate structure specific
tests/h2integrate/data/*
tests/h2integrate/output.txt
tests/h2integrate/test_hydrogen/data/*
tests/h2integrate/test_hydrogen/output.txt
*speed_dir_data.csv
examples/h2integrate/*/data
examples/h2integrate/*/figures
tests/h2integrate/reports/
tests/h2integrate/test_hydrogen/output/
**/run_*_out/
*_out/
**/test_*_out/

output*
snopt_history.txt
reports/*

# Don't ignore source data files
!*source.xlsx

# PyXDSM/Tex
*.tex
*.tikz
*.aux
*.bbl

# Ignore wind resource data files
resource_files/wind/*
