Initial commit
This commit is contained in:
+41
@@ -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/
|
||||
Reference in New Issue
Block a user