.gitignore
740 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging / buildout
/*.egg-info/
/.installed.cfg
/.mr.developer.cfg
/bin/
/build/
/develop-eggs/
/[bs]dist/
/dist/
/eggs/
/src/
# Output of robot_tests
/test_output/
# Robot framework artifact
/op_robot_tests/tests_files/data/artifact.yaml
/op_robot_tests/tests_files/data/artifact*.yaml
/op_robot_tests/tests_files/data/*artifact*.yaml
/op_robot_tests/tests_files/01openProcedure.robot
/op_robot_tests/tests_files/01selection.robot
/op_robot_tests/tests_files/02auction.robot
/op_robot_tests/tests_files/03qualification.robot
/op_robot_tests/tests_files/04contract_signing.robot
/op_robot_tests/tests_files/05agreement.robot
# IDE files
/.idea/
.DS_Store