mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 04:00:46 +02:00
Changes since Teledyne
This commit is contained in:
parent
03ffd7fe05
commit
b89dac9084
185 changed files with 16668 additions and 484 deletions
50
.gitignore
vendored
50
.gitignore
vendored
|
@ -1,54 +1,6 @@
|
|||
/higher/data
|
||||
/higher/samples
|
||||
/higher/doc
|
||||
/Old/Gradient-Descent-The-Ultimate-Optimizer/data
|
||||
/Old/FAR-HO/data
|
||||
/Old/salvador/data
|
||||
/__pycache__
|
||||
|
||||
/higher/higher.egg-info/
|
||||
*.pyo
|
||||
*.pyc
|
||||
*~
|
||||
*.png
|
||||
higher/data/
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue