16 lines
128 B
Plaintext
16 lines
128 B
Plaintext
|
|
.venv/
|
||
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
.git/
|
||
|
|
.pytest_cache/
|
||
|
|
.mypy_cache/
|
||
|
|
.ruff_cache/
|
||
|
|
*.egg-info/
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
docs/
|
||
|
|
tests/
|
||
|
|
*.md
|