# Ignore compiled Python bytecode
__pycache__
*.pyc

.idea/
dist/
build/
venv/
*.egg-info
.virtualenv
.pytest_cache

.junit_report.xml
