16 lines
118 B
Plaintext
16 lines
118 B
Plaintext
# vscode
|
|
.vscode/
|
|
|
|
# python cache
|
|
__pycache__/
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
|
|
# epanet
|
|
*.rpt
|
|
*.opt
|
|
|
|
# dev_demo
|
|
dev_demo.py
|