This commit is contained in:
2025-09-02 07:15:16 +03:00
parent b8074765e3
commit 84069e4e41
24 changed files with 141 additions and 62 deletions

18
.gitignore vendored
View File

@@ -1,20 +1,8 @@
# Python
__pycache__
__pycache__/
python_parser/__pycache__/
python_parser/core/__pycache__/
python_parser/adapters/__pycache__/
python_parser/tests/__pycache__/
python_parser/tests/test_core/__pycache__/
python_parser/tests/test_adapters/__pycache__/
python_parser/tests/test_app/__pycache__/
python_parser/app/__pycache__/
python_parser/app/schemas/__pycache__/
python_parser/app/schemas/test_schemas/__pycache__/
python_parser/app/schemas/test_schemas/test_core/__pycache__/
python_parser/app/schemas/test_schemas/test_adapters/__pycache__/
python_parser/app/schemas/test_schemas/test_app/__pycache__/
*.pyc
nin_python_parser
*.py[cod]
*$py.class
@@ -169,5 +157,3 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
__pycache__/