# Python Cache Files
__pycache__
*.py[cod]

# Rye/Hatch
build/
dist/
wheels/
*.egg-info
.venv

# Code coverage data
/.coverage
/htmlcov

# Generated files
/rio/generated/*

# Pytest
/.pytest_cache

# Editor Files
.vscode

# JavaScript
/node_modules
package-lock.json

# Unknown
/.cache

# Thirdparty files, such as icons
/thirdparty

# python generated files
__pycache__/
*.py[oc]
