18 lines
138 B
Plaintext
18 lines
138 B
Plaintext
__pycache__
|
|
*.py[cod]
|
|
.venv
|
|
venv
|
|
.env
|
|
.git
|
|
.idea
|
|
.vscode
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.pytest_cache
|
|
htmlcov
|
|
.coverage
|
|
*.log
|
|
data/
|
|
tests/
|
|
docs/
|