Skip to content

Commit

Permalink
Update gitignore, remove generated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dleemiller committed Oct 28, 2024
1 parent dde6841 commit dc497cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,12 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Ignore generated Cython files
wordllama/algorithms/*.c
wordllama/algorithms/*.cpp
wordllama/algorithms/*.html

# Ignore the generated version file
wordllama/_version.py

1 change: 0 additions & 1 deletion wordllama/_version.py

This file was deleted.

0 comments on commit dc497cf

Please sign in to comment.