Files
Argenta/.gitignore
T
2025-02-18 23:35:36 +03:00

22 lines
622 B
Plaintext

.venv
.idea
argenta/router/__pycache__/
argenta/app/__pycache__/
argenta/__pycache__/
argenta/command/__pycache__
argenta/command/params/__pycache__
argenta/command/params/flag/__pycache__
argenta/command/params/flag/flags_group/__pycache__
argenta/command/params/flag/input_flag/__pycache__
dist
poetry.lock
tests/__pycache__
tests/mock_default_app/handlers/__pycache__/
tests/mock_default_app/__pycache__/
tests/mock_app/local_data_func/__pycache__/
tests/mock_app/handlers/handlers_implementation/__pycache__/
tests/mock_app/handlers/__pycache__/
tests/mock_app/business_logic/__pycache__/
tests/mock_app/__pycache__/