Files
api-testgen-cli/.gitignore
7000pctAUTO a25a808f65
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload: API TestGen CLI with OpenAPI test generation
2026-02-06 04:45:19 +00:00

42 lines
354 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.log
.env
.venv
env/
venv/
ENV/
*.swp
*.swo
*~
.DS_Store