yukilog/.gitignore
Snowykami ea3e48a838
Some checks failed
Publish to Liteyuki PyPI / Upload release to PyPI (push) Failing after 21s
更新 .gitignore,删除 main 文件,修改 pyproject.toml,添加 Liteyuki PyPI 发布工作流
2025-04-28 21:31:22 +08:00

27 lines
230 B
Plaintext

## python and toolchains
.mypy_cache/
__pycache__/
.pytest_cache/
# idea
.idea/
.vscode/
.venv/
venv/
# platform
# macOS
**/.DS_Store
# windows
Thumbs.db
# linux
# development
.env
.env.*
plugins/
data/
# pdm
.pdm-build/
dist/