Initial Real-ESRGAN API project setup

This commit is contained in:
Developer
2026-02-16 19:56:25 +01:00
commit 0e59652575
34 changed files with 3668 additions and 0 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.git/
.gitignore
__pycache__/
*.pyc
venv/
.venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.dockerignore
Dockerfile*
docker-compose*.yml
README.md