# Logs generated by udtc debug system
*.log*

# Python compiled files
__pycache__/
*.py[cod]

# virtualenv
env/

# builds
build/
*.egg-info
*.pybuild

# Tests results
html-coverage*/
.coverage
coverage.xml
nosetests*

# Idea content
.idea/workspace.xml
.idea/tasks.xml
.idea/**/*.iml
