Files
api-mock-cli/.gitignore
7000pctAUTO e151cc52b8
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload: API Mock CLI v0.1.0
2026-01-29 13:53:31 +00:00

36 lines
292 B
Plaintext

# Python
__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
*.log
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.env
.venv
env/
venv/
ENV/
*.yaml
!config.yaml.example
*.pid