15 lines
138 B
Text
15 lines
138 B
Text
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
tests/
|
|
benchmark/
|
|
deploy/
|
|
.env
|
|
.env.*
|
|
*.md
|
|
!README.md
|
|
.git/
|
|
.gitignore
|