Spaces:
Running
Running
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Environment variables and secrets | |
| .env | |
| .env.local | |
| .env.*.local | |
| .env.production | |
| .env.development | |
| *.env | |
| secrets.txt | |
| api_keys.txt | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # PyTorch | |
| *.pth | |
| *.pt | |
| *.ckpt | |
| # Logs | |
| *.log | |
| logs/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| # Hugging Face Spaces specific | |
| .cache/ | |
| # HuggingFace datasets cache | |
| cache/ | |
| .huggingface/ |