16 lines
134 B
Plaintext
16 lines
134 B
Plaintext
.venv/
|
|
.idea
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
tests/
|
|
.git/
|
|
.github/
|
|
*.md
|
|
!README.md
|
|
.env
|
|
.env.*
|
|
Dockerfile
|