Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| # Virtual environment | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Build | |
| build/ | |
| dist/ | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # Logs and local environment files | |
| *.log | |
| *.env | |
| .env.local | |
| # PyTorch or TensorFlow saved models | |
| *.pt | |
| *.pth | |
| *.h5 | |
| # VSCode settings (if using VSCode) | |
| .vscode/ | |
| # Hugging Face cache (optional) | |
| /content/huggingface/ | |
| # dataset/ | |
| discord/ |