Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperFyhn committed Oct 27, 2023
1 parent 1877d18 commit e97cc33
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ venv.bak/
.spyderproject
.spyproject

# PyCharm
.idea

# Rope project settings
.ropeproject

Expand All @@ -128,15 +131,16 @@ dmypy.json
# Pyre type checker
.pyre/

# ruff
.ruff_cache

# .vscode
.vscode/*
# MacOS
.DS_Store

# data
data/gpt_predictions_compare.json
data/prompt_outputs_compare_templates.md
paper/extracted_triplets_papers/*
paper/extracted_triplets_tweets/*
data/
*extracted_triplets*
paper/*ndjson
paper/fig/*

0 comments on commit e97cc33

Please sign in to comment.