Spaces:
Sleeping
Sleeping
| __pycache__/ | |
| .venv/ | |
| *.env | |
| # Byte-compiled / optimized / DLL files | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| # Distribution / packaging | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| *.egg | |
| # Testing / coverage | |
| .coverage | |
| htmlcov/ | |
| .pytest_cache/ | |
| # OS / IDE | |
| .DS_Store | |
| .vscode/ | |
| .idea/ |