# Developer IDE directories
/.project

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# VS Code project settings
*.code-workspace
/.vscode

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
docker/
/.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Mac cleanup
**/.DS_Store

# Other items / test output
temp*
*.pyd
*.pyc
*.egg
*.ipynb
*.html
*.pickle
*.xlsx

examples/*.inp
wntr/tests/*.png
wntr/tests/*.tif

# Documentation build files
documentation/_build
documentation/_local
documentation/apidoc

# WNTR specific
wntr/sim/aml/*.so
wntr/sim/aml/*.dll
wntr/sim/aml/*.dylib
wntr/sim/network_isolation/*.so
wntr/sim/network_isolation/*.dll
wntr/sim/network_isolation/*.dylib
