46 lines
369 B
Plaintext
46 lines
369 B
Plaintext
__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
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.git
|
|
.gitignore
|
|
.coverage
|
|
.pytest_cache
|
|
*.log
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.md
|
|
!README.md
|
|
tests/
|
|
docs/
|
|
examples/
|
|
.tox/
|
|
.hypothesis/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
*.orig
|
|
*.rej
|
|
*~
|