Spaces:
Build error
Build error
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| .eggs/ | |
| dist/ | |
| build/ | |
| sdist/ | |
| *.egg-info/ | |
| *.wheel | |
| tmp/ | |
| # Installed packages | |
| **/lib/* | |
| **/lib64/* | |
| #Uncomment if you are using venv | |
| #venv/ | |
| #Uncomment if you are using virtualenv | |
| #env/ | |
| # Unit test / coverage reports | |
| *.prof | |
| .coverage | |
| htmlcov/ | |
| .pytest_cache/ | |
| # Translations | |
| *.mo | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # IDEs and editors | |
| .idea/ | |
| *.suo | |
| *.ntvs* | |
| *.njsproj | |
| *.sln | |
| *.swp | |
| # OS generated files | |
| .DS_Store | |
| #Secrets | |
| *.key | |
| .kiro/ |