42 lines
315 B
Plaintext
42 lines
315 B
Plaintext
# 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/
|