- Relocated all files and scripts from `examples` to `tests_e2e` for better organization. - Updated references and paths in configurations, scripts, and test files. - Adjusted `bump-version.sh` to handle the new `tests_e2e` structure. - Updated `.gitignore` to reflect path changes.
26 lines
461 B
Text
26 lines
461 B
Text
.idea
|
|
*~
|
|
venv
|
|
.docker_data
|
|
__pycache__
|
|
.pytest_cache
|
|
*.pyc
|
|
.env
|
|
|
|
# uv
|
|
.venv/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
/tests_e2e/static/conf/config.yml
|
|
/tests_e2e/docker/certs/haproxy/.place_holder_cert.pem
|
|
/tests_e2e/static/host1.local.pem
|
|
/tests_e2e/swarm/certs/host1.local.pem
|
|
/tests_e2e/docker/host2.local.pem
|
|
/tests_e2e/swarm/certs/host2.local.pem
|
|
/tests_e2e/docker/jwt_private.pem
|
|
/tests_e2e/docker/jwt_pubkey.pem
|
|
/tests_e2e/docker/cloudflare_ips.lst
|