# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache/

# Virtual environments
.venv

# IDE and Editor specific files
.idea/
.vscode/
.code/

# pytest
.coverage
coverage.xml

# macos
.DS_Store
