This is a GreatWorld...

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. # ---> C++
  2. # Prerequisites
  3. *.d
  4. # Compiled Object files
  5. *.slo
  6. *.lo
  7. *.o
  8. *.obj
  9. # Precompiled Headers
  10. *.gch
  11. *.pch
  12. # Compiled Dynamic libraries
  13. *.so
  14. *.dylib
  15. *.dll
  16. # Fortran module files
  17. *.mod
  18. *.smod
  19. # Compiled Static libraries
  20. *.lai
  21. *.la
  22. *.a
  23. *.lib
  24. # Executables
  25. *.exe
  26. *.out
  27. *.app
  28. # ---> Java
  29. # Compiled class file
  30. *.class
  31. # Log file
  32. *.log
  33. # BlueJ files
  34. *.ctxt
  35. # Mobile Tools for Java (J2ME)
  36. .mtj.tmp/
  37. # Package Files #
  38. *.jar
  39. *.war
  40. *.ear
  41. *.zip
  42. *.tar.gz
  43. *.rar
  44. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  45. hs_err_pid*
  46. # ---> Python
  47. # Byte-compiled / optimized / DLL files
  48. __pycache__/
  49. *.py[cod]
  50. *$py.class
  51. # C extensions
  52. *.so
  53. # Distribution / packaging
  54. .Python
  55. env/
  56. build/
  57. develop-eggs/
  58. dist/
  59. downloads/
  60. eggs/
  61. .eggs/
  62. lib/
  63. lib64/
  64. parts/
  65. sdist/
  66. var/
  67. wheels/
  68. *.egg-info/
  69. .installed.cfg
  70. *.egg
  71. # PyInstaller
  72. # Usually these files are written by a python script from a template
  73. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  74. *.manifest
  75. *.spec
  76. # Installer logs
  77. pip-log.txt
  78. pip-delete-this-directory.txt
  79. # Unit test / coverage reports
  80. htmlcov/
  81. .tox/
  82. .coverage
  83. .coverage.*
  84. .cache
  85. nosetests.xml
  86. coverage.xml
  87. *,cover
  88. .hypothesis/
  89. # Translations
  90. *.mo
  91. *.pot
  92. # Django stuff:
  93. *.log
  94. local_settings.py
  95. # Flask stuff:
  96. instance/
  97. .webassets-cache
  98. # Scrapy stuff:
  99. .scrapy
  100. # Sphinx documentation
  101. docs/_build/
  102. # PyBuilder
  103. target/
  104. # Jupyter Notebook
  105. .ipynb_checkpoints
  106. # pyenv
  107. .python-version
  108. # celery beat schedule file
  109. celerybeat-schedule
  110. # SageMath parsed files
  111. *.sage.py
  112. # dotenv
  113. .env
  114. # virtualenv
  115. .venv
  116. venv/
  117. ENV/
  118. # Spyder project settings
  119. .spyderproject
  120. # Rope project settings
  121. .ropeproject