Files
2026-05-29 13:27:41 +08:00

14 lines
116 B
Plaintext

__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
.env
*.egg-info/
.coverage
htmlcov/
.idea/
.vscode/
dist/
build/