Spaces:
Sleeping
Sleeping
| # Python artifacts | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| .env | |
| .env.* | |
| # Packaging / build outputs | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # Testing and type checking caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .pytype/ | |
| .ruff_cache/ | |
| .coverage | |
| coverage.xml | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Editor and OS cruft | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| .DS_Store | |
| # Logs | |
| *.log | |
| # Docker scratch space | |
| test_docker/data/ | |
| test_docker/data_out/ | |