# Python compiler files
*.py[cd]

# Python distribution and packaging
build/
dist/
temp/
*.cfg
*.egg-info/
*.whl

# SWIG generated files
epanet_output_wrap.c
epanet_output.py

# C compiler
*.o
*.dll
*.exe

# Eclipse project files and directories
.metadata/
.settings/
Release/
.project
.cproject
.pydevproject
