chore: add .gitignore and remove cached build artifacts

This commit is contained in:
2026-05-30 20:40:50 +09:00
parent 6e3cd19b55
commit 3f26cbb687

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.log