22 lines
181 B
Plaintext
22 lines
181 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.mypy_cache/
|
|
.ruff_cache/ |