Spaces:
Paused
Paused
| # Bytecode and cache | |
| __pycache__/ | |
| *.py[cod] | |
| # Logs | |
| *.log | |
| fastapi.log | |
| # Databases | |
| *.db | |
| *.sqlite | |
| # Environments | |
| .env | |
| *.env | |
| venv/ | |
| qvenv/ | |
| # Editor and system files | |
| *.swp | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| # Hugging Face generated (optional: if they appear) | |
| .gitmodules | |
| .huggingface/ | |
| # OS metadata | |
| Thumbs.db | |
| ehthumbs.db | |