Skip to content

Commit

Permalink
gitignore: Ignore all Cython-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Dec 25, 2023
1 parent 4d2830d commit 6c3f32a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
__pycache__
*.pyc
*.sw[nop]
*.so
*.cache
*.c
*.html
*.core

0 comments on commit 6c3f32a

Please sign in to comment.