chore: initial baseline with P0-safety .gitignore

This commit is contained in:
Simon
2026-06-14 16:49:18 +08:00
commit 63262292d7
510 changed files with 146008 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import sys
print(f"Python {sys.version}")
print("OK")