Files
json-to-openapi/.gitignore
7000pctAUTO ae756bfaf9
Some checks failed
CI / test (push) Has been cancelled
fix: replace Rust CI with Python CI workflow
2026-02-01 05:50:27 +00:00

58 lines
456 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
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# Distribution / packaging
.Python
env/
venv/
ENV/
build/
dist/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# ruff
.ruff_cache/