initial: clean workspace with gitignore

This commit is contained in:
Agent 2026-03-12 16:16:53 +00:00
commit 2b557e1eca
4 changed files with 60 additions and 0 deletions

2
req_test.py Normal file
View file

@ -0,0 +1,2 @@
import requests
print(requests.__version__)