.gitignore を更新

This commit is contained in:
2026-03-19 10:55:10 +00:00
parent 5d2614430f
commit bcd0664b5a

5
.gitignore vendored
View File

@@ -13,6 +13,7 @@ build/
develop-eggs/
dist/
downloads/
data/
eggs/
.eggs/
lib/
@@ -99,8 +100,8 @@ ipython_config.py
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock
uv.lock
pyproject.toml
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more