# Ignore python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Ignore python setup.py files
/*.egg-info/
/build/
/dist/
/lib/
/bin/

# Ignore IDE files
/.idea/

# Ignore sonar files
/.scannerwork/
/.sonar/
/pylint-report.txt
/sonar-project.propertie
