Initial commit: Add OpenAPI Mock Server project
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 03:41:35 +00:00
parent 383a9bd3b0
commit 0ff11cb631

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.log
.pytest_cache/
.coverage
htmlcov/
.DS_Store
*.swp
*.swo
*~