# Generated during tests
pytestdebug.log
tmp/
*.sif
involucro

# Python temps
__pycache__/
*.py[cod]
*$py.class
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
.tox/
.pytest_cache
*.so

# Editor Temps
.*.sw?
*~
\#*\#
.desktop

# virtualenv
venv/
venv3/

# pycharm
.idea/

# local stubs
mypy-stubs/ruamel/yaml

#mypy
.mypy_cache/
bin/
lib/

# Files generated by Makefile
.cache/
cache/
.coverage
.coverage.*
coverage.xml
htmlcov
output
output.txt
pydocstyle_report.txt
response.txt
test.txt
time.txt
value

.python-version

cwltool/_version.py

# Folder created when using make
cwltool_deps
docs/_build/
docs/autoapi/
