Modernizing PyThon Projec
This commit is contained in:
parent
b8848c8303
commit
55d0d1a105
51 changed files with 157 additions and 47 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -6,6 +6,16 @@ __pycache__
|
|||
.pytest_cache
|
||||
*.pyc
|
||||
.env
|
||||
|
||||
# uv
|
||||
uv.lock
|
||||
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue