Skip to content

Commit 97df0f3

Browse files
committed
Merge branch 'release-v0.14' into stable
2 parents 95a9b4c + 4283d1f commit 97df0f3

107 files changed

Lines changed: 6625 additions & 762 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ coverage.xml
112112
*.cover
113113
.hypothesis/
114114
.pytest_cache/
115+
pytest-report.xml
115116

116117
# Translations
117118
*.mo
@@ -169,6 +170,7 @@ devenv/
169170

170171
# mypy
171172
.mypy_cache/
173+
172174
### VirtualEnv template
173175
# Virtualenv
174176
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
@@ -181,7 +183,76 @@ devenv/
181183
pyvenv.cfg
182184
pip-selfcheck.json
183185

186+
### macOS template
187+
# General
188+
.DS_Store
189+
.AppleDouble
190+
.LSOverride
191+
192+
# Icon must end with two \r
193+
Icon
194+
195+
# Thumbnails
196+
._*
197+
198+
# Files that might appear in the root of a volume
199+
.DocumentRevisions-V100
200+
.fseventsd
201+
.Spotlight-V100
202+
.TemporaryItems
203+
.Trashes
204+
.VolumeIcon.icns
205+
.com.apple.timemachine.donotpresent
206+
207+
# Directories potentially created on remote AFP share
208+
.AppleDB
209+
.AppleDesktop
210+
Network Trash Folder
211+
Temporary Items
212+
.apdisk
213+
214+
### Linux template
215+
*~
216+
217+
# temporary files which can be created if a process still has a handle open of a deleted file
218+
.fuse_hidden*
219+
220+
# KDE directory preferences
221+
.directory
222+
223+
# Linux trash folder which might appear on any partition or disk
224+
.Trash-*
225+
226+
# .nfs files are created when an open file is removed but is still being accessed
227+
.nfs*
228+
229+
### Windows template
230+
# Windows thumbnail cache files
231+
Thumbs.db
232+
Thumbs.db:encryptable
233+
ehthumbs.db
234+
ehthumbs_vista.db
235+
236+
# Dump file
237+
*.stackdump
238+
239+
# Folder config file
240+
[Dd]esktop.ini
241+
242+
# Recycle Bin used on file shares
243+
$RECYCLE.BIN/
244+
245+
# Windows Installer files
246+
*.cab
247+
*.msi
248+
*.msix
249+
*.msm
250+
*.msp
251+
252+
# Windows shortcuts
253+
*.lnk
254+
184255
# Things specific to this project #
185256
###################################
186257
src/secml/VERSION_REV
187-
*.pdf
258+
*.pdf

0 commit comments

Comments
 (0)