initial commit

This commit is contained in:
2025-11-05 12:35:09 -05:00
commit 9c4ee28270
15 changed files with 4347 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Virtual Environment
venv/
env/
ENV/
.venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# ArXiv Downloads
arxiv_archive/
*.pdf
# Generated Files
seen_papers.json
latest.html
index.html
# Syncthing
.stfolder/
.stignore
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log