# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
docker_test/project_code

# venv
.venv

# All the result of the run
htmlcov
.coverage
coverage.xml
test_results
