17 lines
175 B
Plaintext
17 lines
175 B
Plaintext
.git
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
.venv
|
|
.python-version
|
|
.pre-commit-config.yaml
|
|
docs
|
|
tests
|
|
examples
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.pytest_cache
|
|
**/.ruff_cache
|
|
**/.ty_cache
|
|
README.md
|