Skip to content

Commit

Permalink
Update gitignore file to not consider DS_Store files and venv directo…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
shashankmc committed Mar 28, 2024
1 parent 6ad2cab commit db86889
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
venv
.venv*
.idea
data
rechtspraak/rechtspraak_extractor/tests/data
Expand All @@ -20,4 +20,6 @@ rechtspraak.zip
build.bat
echr_extractor-whl.zip
echr_extractor-whl
echr_extractor.egg-info
echr_extractor.egg-info

.*DS_Store

0 comments on commit db86889

Please sign in to comment.