diff --git a/DD-GloVe/.gitignore b/DD-GloVe/.gitignore new file mode 100755 index 0000000000000000000000000000000000000000..8d489efb902dea11ff5698f037c6278d0af273ee --- /dev/null +++ b/DD-GloVe/.gitignore @@ -0,0 +1,27 @@ +__pycache__/ + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# 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 + +.ipynb_checkpoints +.idea