| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Testing outputs | |
| output_mask.png | |
| result.json | |
| request_payload.json | |
| mask.b64 | |
| mask.png | |
| test_input.png | |
| test_output_*.png | |
| # Test images (add specific test images here) | |
| test.jpg | |
| test.png | |
| # macOS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| *.ipynb | |
| # Logs | |
| *.log | |
| # Temporary files | |
| *.tmp | |
| *.bak | |