refactor: move test_rpc.ipynb to tools/ and add to gitignore

This commit is contained in:
2026-03-18 22:46:14 -05:00
parent e78a8007c7
commit 37e96a471c
2 changed files with 6 additions and 285 deletions

6
.gitignore vendored
View File

@@ -187,3 +187,9 @@ pyvenv.cfg
pip-selfcheck.json
# End of https://www.toptal.com/developers/gitignore/api/python,venv
# Development tools
tools/
# Jupyter Notebook (can contain sensitive data/outputs)
*.ipynb