Skip to content

Commit

Permalink
DEV: add Cython generated files to gitignore (#489)
Browse files Browse the repository at this point in the history
To make sure they do not accidentally get re-committed.
  • Loading branch information
tacaswell committed Nov 27, 2023
1 parent 4896680 commit 3de1556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ ENV/

# setuptools-scm
numcodecs/version.py

# Cython generated
numcodecs/*.c

0 comments on commit 3de1556

Please sign in to comment.