21 lines
152 B
Plaintext
21 lines
152 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
site/
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov
|
|
.env
|
|
.venv
|
|
venv/
|