Files
mytoolkit/.gitignore
T
2026-06-09 14:38:39 +08:00

15 lines
115 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/
tmp/