gitextract__yh35ou0/ ├── .editorconfig ├── .gitignore ├── .mdlrc.rb ├── .travis.yml ├── .vocabulary ├── LICENSE ├── README.md ├── guides/ │ ├── airflow_guide.md │ ├── api_guide.md │ ├── commit_messages_guide.md │ ├── en/ │ │ └── python_styleguide.md │ ├── frontend-styleguide-luchi.md │ ├── guide_skill_workflow.md │ ├── infra_infosec_guide.md │ ├── opensource_guide.md │ ├── performance_review_guide.md │ ├── python_styleguide.md │ ├── python_test_styleguide.md │ └── team_guide.md ├── requirements.txt └── setup.cfg