Spaces:
Sleeping
Sleeping
| # Virtual environments | |
| venv/ | |
| .venv/ | |
| env/ | |
| ENV/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| .eggs/ | |
| build/ | |
| dist/ | |
| # Node | |
| node_modules/ | |
| npm-debug.log | |
| yarn-error.log | |
| # IDEs and Editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| .DS_Store | |
| # Application Specific / Temp | |
| *.log | |
| validation_output.txt | |
| _cli_path.txt | |
| _path.txt | |