- Deleted `.gitpod.yml` to stop using Gitpod-specific configuration. - Added `uv.lock` for dependency versioning. - Updated Dockerfile to include `uv sync --no-dev` in the build process.
26 lines
452 B
Text
26 lines
452 B
Text
.idea
|
|
*~
|
|
venv
|
|
.docker_data
|
|
__pycache__
|
|
.pytest_cache
|
|
*.pyc
|
|
.env
|
|
|
|
# uv
|
|
.venv/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
/examples/static/conf/config.yml
|
|
/examples/docker/certs/haproxy/.place_holder_cert.pem
|
|
/examples/static/host1.local.pem
|
|
/examples/swarm/certs/host1.local.pem
|
|
/examples/docker/host2.local.pem
|
|
/examples/swarm/certs/host2.local.pem
|
|
/examples/docker/jwt_private.pem
|
|
/examples/docker/jwt_pubkey.pem
|
|
/examples/docker/cloudflare_ips.lst
|