28 lines
259 B
Text
28 lines
259 B
Text
|
.idea/
|
||
|
env/
|
||
|
venv/
|
||
|
.venv/
|
||
|
env3*/
|
||
|
Pipfile
|
||
|
*.lock
|
||
|
*.py[cod]
|
||
|
*.egg-info/
|
||
|
/build/
|
||
|
dist/
|
||
|
.cache/
|
||
|
.mypy_cache/
|
||
|
test.py
|
||
|
.coverage
|
||
|
.hypothesis
|
||
|
/htmlcov/
|
||
|
/site/
|
||
|
/site.zip
|
||
|
.pytest_cache/
|
||
|
.vscode/
|
||
|
_build/
|
||
|
.auto-format
|
||
|
/sandbox/
|
||
|
/.ghtopdep_cache/
|
||
|
/worktrees/
|
||
|
.ruff_cache/
|