File size: 97 Bytes
bbc1784 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | __pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.git/
.gitignore
.env
outputs/
*.md
!README.md
|
bbc1784 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | __pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.git/
.gitignore
.env
outputs/
*.md
!README.md
|