Initial commit

This commit is contained in:
2026-07-30 10:51:43 +09:00
commit 9e3b3ddc29
23 changed files with 4705 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.venv/
venv/
# macOS
.DS_Store
# Editors
*~
\#*\#
.\#*
.vscode/
.idea/
# Runtime
logs/
tmp/
# Databases
*.db
*.db-journal
*.sqlite
*.sqlite3
# Generated
papers.org
summary.org
paper-*.json
# Cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Build
build/
dist/