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