| 12345678910111213141516171819202122232425262728293031 |
- .DS_Store
- ._*
- *.pyc
- __pycache__/
- .mypy_cache/
- .pytest_cache/
- .github/
- .pdm-build/
- .pdm-python
- .eggs/
- .git/
- !.git/HEAD
- !.git/refs/heads/*
- venv/
- .venv/
- .venv-old/
- .docker-venv/
- node_modules/
- docs/
- build/
- dist/
- brew_dist/
- deb_dist/
- pip_dist/
- assets/
- docker/
- data/
- output/
|