Spaces:
Running
Running
| # Ignore unnecessary files to reduce build time | |
| **pycache**/ | |
| _.pyc | |
| _.pyo | |
| _.pyd | |
| .Python | |
| env/ | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| .tox | |
| .coverage | |
| .coverage._ | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| _.cover | |
| _.log | |
| .git | |
| .mypy_cache | |
| .pytest_cache | |
| .hypothesis | |
| # Local development files | |
| .env | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| .DS_Store | |
| \*.local | |