mirror of
https://github.com/azaion/loader.git
synced 2026-04-26 16:46:32 +00:00
4f5fe70f3f
- Added 'e2e/results/' to .gitignore to exclude end-to-end test results. - Deleted the outdated Woodpecker build-arm.yml file as it is no longer needed. - Introduced a new e2e-runner service in docker-compose.test.yml to facilitate end-to-end testing with dependencies on other services.
18 lines
155 B
Plaintext
18 lines
155 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.c
|
|
!e2e/**/*.c
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.pytest_cache/
|
|
e2e-results/
|
|
e2e/results/
|
|
test-results/
|
|
Logs/
|
|
*.enc
|
|
*.o
|
|
scripts/.env
|