| 123456789101112131415161718192021 |
- /.idea
- /.vs
- /.vs/Trixy/FileContentIndex/*
- /.vs/Trixy/v17/*
- */__pycache__
- /cache
- *.py[cod]
- __pycache__/
- *.so
- bin/
- build/
- pip-log.txt
- pip-delete-this-directory.txt
- .tox/
- .coverage
- .cache
- nosetests.xml
- coverage.xml
- *.log
- *.pot
- docs/_build/
|