Files
Saiki/.gitignore
T
2026-06-15 16:45:26 -04:00

10 lines
89 B
Plaintext

__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/