Kulyutmaz is a project developed for the regional TUBITAK competition's programming field thart aims to create a more advanced phishing e-mail detection algorithm using website content checking and a neural network that we have trained.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.5 KiB

4 years ago
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff
  6. .idea/**/workspace.xml
  7. .idea/**/tasks.xml
  8. .idea/**/usage.statistics.xml
  9. .idea/**/dictionaries
  10. .idea/**/shelf
  11. # Generated files
  12. .idea/**/contentModel.xml
  13. # Sensitive or high-churn files
  14. .idea/**/dataSources/
  15. .idea/**/dataSources.ids
  16. .idea/**/dataSources.local.xml
  17. .idea/**/sqlDataSources.xml
  18. .idea/**/dynamic.xml
  19. .idea/**/uiDesigner.xml
  20. .idea/**/dbnavigator.xml
  21. # Gradle
  22. .idea/**/gradle.xml
  23. .idea/**/libraries
  24. # Gradle and Maven with auto-import
  25. # When using Gradle or Maven with auto-import, you should exclude module files,
  26. # since they will be recreated, and may cause churn. Uncomment if using
  27. # auto-import.
  28. # .idea/modules.xml
  29. # .idea/*.iml
  30. # .idea/modules
  31. # *.iml
  32. # *.ipr
  33. # CMake
  34. cmake-build-*/
  35. # Mongo Explorer plugin
  36. .idea/**/mongoSettings.xml
  37. # File-based project format
  38. *.iws
  39. # IntelliJ
  40. out/
  41. # mpeltonen/sbt-idea plugin
  42. .idea_modules/
  43. # JIRA plugin
  44. atlassian-ide-plugin.xml
  45. # Cursive Clojure plugin
  46. .idea/replstate.xml
  47. # Crashlytics plugin (for Android Studio and IntelliJ)
  48. com_crashlytics_export_strings.xml
  49. crashlytics.properties
  50. crashlytics-build.properties
  51. fabric.properties
  52. # Editor-based Rest Client
  53. .idea/httpRequests
  54. # Android studio 3.1+ serialized cache file
  55. .idea/caches/build_file_checksums.ser
  56. !/.idea/
  57. secret.py