# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# GitHub Copilot persisted chat sessions
/copilot/chatSessions

# vscode
.vscode/

#package stuff
*/__pycache__/*
*.pyc
*build/*
*.egg-info/
rdrpcatch.egg-info

