Spaces:
Build error
Build error
| # Python | |
| *.pyc | |
| __pycache__/ | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| *.env/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints/ | |
| # Model artifacts and datasets files | |
| *.h5 | |
| *.pkl | |
| *.npy | |
| *.npz | |
| *.csv | |
| # Logs | |
| *.log | |
| # Ignore datasets directory if you store large datasets | |
| data/ | |
| # Ignore environment configuration files | |
| .env | |
| # Ignore system files | |
| .DS_Store | |
| Thumbs.db | |
| .idea |