Spaces:
Build error
Build error
| # Byte-compiled / cached files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual environment | |
| venv/ | |
| .env/ | |
| env/ | |
| .venv/ | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| my_env/ | |
| # Distribution / packaging | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| *.egg | |
| .eggs/ | |
| # Installer logs | |
| pip-log.txt | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints/ | |
| # PyCharm | |
| .idea/ | |
| # VSCode | |
| .vscode/ | |
| *.code-workspace | |
| # Pytest cache | |
| .pytest_cache/ | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre | |
| .pyre/ | |
| # Pylint | |
| .pylint.d/ | |
| # Bandit | |
| .bandit/ | |
| # Local and sensitive files | |
| .envrc | |
| *.env | |
| .env.local | |
| secrets.json | |
| # Logs and debugging files | |
| logs/ | |
| *.log | |
| debug.log | |
| # Temporary files | |
| *.swp | |
| *.swo | |
| *.bak | |
| *.tmp | |
| *.orig | |
| # Docker | |
| docker-compose.override.yml | |
| # Machine learning and large files | |
| *.h5 | |
| *.hdf5 | |
| *.pkl | |
| *.joblib | |
| *.npy | |
| *.npz | |
| checkpoint/ | |
| checkpoints/ | |
| model_weights/ | |
| tensorboard/ | |
| wandb/ | |