.gitignore 249 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 # 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/