Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 20, 2023
1 parent 1511103 commit 24f5dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Python, R, etc.
__pycache__
*-checkpoint.ipynb
*.bak
*.dat
Expand Down Expand Up @@ -38,11 +39,12 @@ dist
.cache/**
tests/data/nightly

# pytest and related
# Python tooling, pytest, etc.
.benchmarks
.coverage*
.mypy_cache
.pytest_cache
.ruff_cache
coverage.xml
htmlcov
prof/
Expand Down

0 comments on commit 24f5dc3

Please sign in to comment.