Files
speakeasy-playground/.gitignore
2024-04-01 10:46:04 -05:00

12 lines
105 B
Plaintext

venv/
src/*.egg-info/
__pycache__/
.pytest_cache/
.python-version
.DS_Store
.idea
*.iml
.venv
build
dist