Skip to content

Commit

Permalink
Merge pull request #23 from ZeroCool940711/main
Browse files Browse the repository at this point in the history
Have Git ignore distribution/packaging files.
  • Loading branch information
ZeroCool940711 authored Jan 3, 2024
2 parents 2e1ac96 + 39e19f3 commit ffd8f9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*.pyc
__pycache__/
.tox/
env/
build/
dist/
eggs/
.eggs/
*.egg
*.egg-info/
27 changes: 0 additions & 27 deletions tests/test_jieba.py

This file was deleted.

0 comments on commit ffd8f9a

Please sign in to comment.