Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv | |
| .env | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .tox/ | |
| *.cover | |
| *.log | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Documentation | |
| *.md | |
| docs/ | |
| README.md | |
| LICENSE | |
| # Build artifacts | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Development scripts | |
| run_local.sh | |
| run_docker.sh | |
| test_*.py | |
| # Temporary files | |
| *.tmp | |
| *.bak |