We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc346b6 commit 22e4583Copy full SHA for 22e4583
.gitignore
@@ -3,10 +3,6 @@ __pycache__/
3
*.py[cod]
4
*$py.class
5
6
-# C extensions
7
-*.so
8
-*.dll
9
-*.dylib
10
11
# Distribution / packaging
12
.Python
@@ -26,7 +22,6 @@ share/python-wheels/
26
22
*.egg-info/
27
23
.installed.cfg
28
24
*.egg
29
-MANIFEST
30
25
31
# PyInstaller
32
# Usually these files are written by a python script from a template
@@ -171,12 +166,6 @@ cython_debug/
171
166
# Cursor
172
167
.cursor/
173
168
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
-
180
169
# Test files
181
170
test_*.txt
182
test_*.bin
0 commit comments