| |
| __pycache__/ |
| *.py[cod] |
| *$py.class |
|
|
| |
| *.DS_Store |
| .AppleDouble |
| .LSOverride |
|
|
| |
| ._* |
|
|
| |
| .DocumentRevisions-V100 |
| .fseventsd |
| .Spotlight-V100 |
| .TemporaryItems |
| .Trashes |
| .VolumeIcon.icns |
| .com.apple.timemachine.donotpresent |
|
|
| |
| .AppleDB |
| .AppleDesktop |
| Network Trash Folder |
| Temporary Items |
| .apdisk |
|
|
| |
| *.so |
|
|
| |
| .Python |
| env/ |
| venv/ |
| build/ |
| develop-eggs/ |
| dist/ |
| downloads/ |
| eggs/ |
| .eggs/ |
| lib/ |
| lib64/ |
| parts/ |
| sdist/ |
| var/ |
| *.egg-info/ |
| .installed.cfg |
| *.egg |
|
|
| |
| |
| |
| *.manifest |
| *.spec |
|
|
| |
| pip-log.txt |
| pip-delete-this-directory.txt |
|
|
| |
| htmlcov/ |
| .tox/ |
| .coverage |
| .coverage.* |
| .cache |
| nosetests.xml |
| coverage.xml |
| *,cover |
| .hypothesis/ |
| .pytest_cache/ |
|
|
| |
| *.mo |
| *.pot |
|
|
| |
| *.log |
|
|
| |
| docs/_build/ |
|
|
| |
| .idea |
| *.iml |
| |
| *.ipr |
| *.iws |
| |
| .idea_modules/ |
|
|
| |
| target/ |
|
|
| |
| output/ |
| python_boilerplate/ |
| cookiecutter-pypackage-env/ |
|
|
| |
| .vscode/ |
|
|
| |
| .envrc |
| .direnv/ |
|
|
| |
| .streamlit/secrets.toml |
|
|