Skip to content

Commit 655b162

Browse files
committed
maint: update .gitignore
1 parent 1324e5e commit 655b162

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
build/*
22
dist/*
3-
src/*.c
3+
src/flint/*.c
44
doc/build/*
55
fmake*
66
*.whl
7+
*.pyc
8+
*.pyd
9+
*.so
10+
__pycache__
711
MANIFEST
812
.eggs
913
.local

0 commit comments

Comments
 (0)