feat(global): create structure, implement parsers and search

This commit is contained in:
h
2025-11-07 00:41:30 +01:00
commit 5f228016eb
22 changed files with 984 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Development and testing
.idea
t