Spaces:
Running
Running
| # general things to ignore | |
| build/ | |
| dist/ | |
| .idea/ | |
| venv/ | |
| *.egg-info/ | |
| *.egg | |
| *.py[cod] | |
| __pycache__/ | |
| *.so | |
| *~ | |
| # due to using tox and pytest | |
| .tox | |
| .cache | |
| .DS_Store |
| # general things to ignore | |
| build/ | |
| dist/ | |
| .idea/ | |
| venv/ | |
| *.egg-info/ | |
| *.egg | |
| *.py[cod] | |
| __pycache__/ | |
| *.so | |
| *~ | |
| # due to using tox and pytest | |
| .tox | |
| .cache | |
| .DS_Store |