17 lines
153 B
Plaintext
17 lines
153 B
Plaintext
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
config.toml
|
|
oauth.toml
|
|
*.env
|
|
token.json
|
|
|