Skip to content
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
__pycache__/
bibliovenv/
Bibenv/
.idea/
.idea/

# ETL test files
scopus_test.csv
scopus_standardized.csv
openalex_standardized.csv
pubmed_standardized.csv
test_etl.py

# Jupyter checkpoints
.ipynb_checkpoints/

pubmed_test.csv
pubmed_test.txt
199 changes: 102 additions & 97 deletions app.py

Large diffs are not rendered by default.

Loading