# build output
/modo
/modo.exe

# coverage report
/coverage.out

# profiling output
*.pprof

# test files
/*.json
/*.yaml
/*.yml

# test directories
/out/
/multidoc/

# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
/build/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# Other Python stuff
__pycache__/
# Pymodo version
/pymodo/_version.py
