| 12345678910111213141516171819202122232425262728 |
- .git
- .gitignore
- .venv
- venv
- __pycache__
- *.py[cod]
- *.pyo
- *.pyd
- .Python
- .pytest_cache
- .mypy_cache
- .ruff_cache
- .coverage
- htmlcov
- dist
- build
- *.egg-info
- .env
- .env.*
- Dockerfile
- docker-compose*.yml
- README*
- logs/
- docs/
- .idea/
- .vscode/
- tests/
- sql/
|