Skip to content

Commit ec613c6

Browse files
committed
update gitignore
1 parent b8a9428 commit ec613c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ tests/.coverage
3030
.pixi
3131
*.egg-info
3232
pyfixest/did/data/mpdata.csv
33-
*.so
3433
target
34+
# Ignore compiled Python extensions from Rust (PyO3/maturin/pyo3-pack)
35+
*.so
36+
*.pyd
37+
*.dll
38+
*.dylib

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ coverage:
1717
ignore:
1818
- "pyfixest/utils/dgps.py"
1919
- "pyfixest/utils/_exceptions.py"
20+
# cannot compute codecov for numba files (but all are tested)
21+
- "pyfixest/estimation/numba/*"
2022

2123
comment:
2224
show_diff_only: false

0 commit comments

Comments
 (0)