Skip to content

Commit 22e4583

Browse files
committed
Update .gitignore
1 parent dc346b6 commit 22e4583

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.gitignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6-
# C extensions
7-
*.so
8-
*.dll
9-
*.dylib
106

117
# Distribution / packaging
128
.Python
@@ -26,7 +22,6 @@ share/python-wheels/
2622
*.egg-info/
2723
.installed.cfg
2824
*.egg
29-
MANIFEST
3025

3126
# PyInstaller
3227
# Usually these files are written by a python script from a template
@@ -171,12 +166,6 @@ cython_debug/
171166
# Cursor
172167
.cursor/
173168

174-
# FastCrypt specific
175-
# Compiled native libraries (will be built during CI/CD)
176-
fastcrypt/native/libs/*/lib*.so
177-
fastcrypt/native/libs/*/lib*.dll
178-
fastcrypt/native/libs/*/lib*.dylib
179-
180169
# Test files
181170
test_*.txt
182171
test_*.bin

0 commit comments

Comments
 (0)