Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre authored May 5, 2022
1 parent b320220 commit 96ab478
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
.idea/
ipynb_checkpoints/

# caches
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.pytest_cache/
__pychache__/

# virtualenv
venv/
Expand All @@ -30,4 +31,4 @@ app/lib/linking_components/
datatest/ead
datatest/ehri
datatest/reden_dataset
datatest/text
datatest/text

0 comments on commit 96ab478

Please sign in to comment.