Spaces:
Sleeping
Sleeping
| # Git | |
| .git | |
| # Python | |
| __pycache__ | |
| *.py[cod] | |
| .venv | |
| venv | |
| # Caches | |
| .mypy_cache | |
| .pytest_cache | |
| # Local runtime artifacts | |
| demo_data | |
| # Misc | |
| .DS_Store |
| # Git | |
| .git | |
| # Python | |
| __pycache__ | |
| *.py[cod] | |
| .venv | |
| venv | |
| # Caches | |
| .mypy_cache | |
| .pytest_cache | |
| # Local runtime artifacts | |
| demo_data | |
| # Misc | |
| .DS_Store |