Skip to content

Commit

Permalink
fix: ignore more files
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jul 16, 2024
1 parent 12efc2c commit 8f1644b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and install
run: python -m pip install .
- name: Test with pytest
run: cd python && pytest
run: pytest python/

test-pypi:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
/xcode
/node_modules
/*.egg-info
/.venv/
1 change: 1 addition & 0 deletions python/opencc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
version.py
clib/
!clib/__init__.py
1 change: 0 additions & 1 deletion python/opencc/clib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 8f1644b

Please sign in to comment.