*.pyc
private.py
private/
# Setuptools distribution folder.
/dist/
/build/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
notes/
.DS_Store
notebooks/
__pycache__/
.cache/
.pytest_cache/
_build/

# IDE Stuff
*.idea/

# SWMM files
*.out
#*.ini
*.chi
*.~inp
*.thm

# env
venv/

# docs artifacts
docs/_build/
docs/site/