Skip to content

Commit

Permalink
Update gitignore file with Jupyter checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Apr 15, 2023
1 parent 347d953 commit be76886
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@

__pycache__/
__pycache__

*.secret

datasets/*/*_raw.csv
datasets/*/*_index.json

abstract_inverted_index*.json
abstracts_missing.csv
abstracts_missing_inclusions_manual.xlsx

scripts/invert_*.py

*.secret

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Jupyter
.ipynb_checkpoints

0 comments on commit be76886

Please sign in to comment.