Files
ai-training/.gitignore
T
Oleksandr Bezdieniezhnykh 243b69656b Update test results directory structure and enhance Docker configurations
- Modified `.gitignore` to reflect the new path for test results.
- Updated `docker-compose.test.yml` to mount the correct test results directory.
- Adjusted `Dockerfile.test` to set the `PYTHONPATH` and ensure test results are saved in the updated location.
- Added `boto3` and `netron` to `requirements-test.txt` to support new functionalities.
- Updated `pytest.ini` to include the new `pythonpath` for test discovery.

These changes streamline the testing process and ensure compatibility with the updated directory structure.
2026-03-28 00:13:08 +02:00

27 lines
217 B
Plaintext

.idea/
*labels/
*images/
datasets/
runs/
models/
*.pt
*.onnx
*.rknn
*.mp4
venv
.venv
*.engine
*.log
*.pyc
# Binary / media / model files
*.onnx
*.mp4
*.avi
*.jpg
*.JPG
*.jpeg
*.png
# Test results
tests/test-results/