.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /.project
  2. /.pydevproject
  3. /chromedriver.exe
  4. /chromedriver
  5. pybank/chromedriver.exe
  6. pybank/chromedriver
  7. pybank/geckodriver
  8. pybank/geckodriver.*
  9. geckodriver
  10. geckodriver.*
  11. # ---> Python
  12. # Byte-compiled / optimized / DLL files
  13. __pycache__/
  14. *.py[cod]
  15. *$py.class
  16. # C extensions
  17. *.so
  18. # Distribution / packaging
  19. .Python
  20. env/
  21. build/
  22. develop-eggs/
  23. dist/
  24. downloads/
  25. eggs/
  26. .eggs/
  27. lib/
  28. lib64/
  29. parts/
  30. sdist/
  31. var/
  32. *.egg-info/
  33. .installed.cfg
  34. *.egg
  35. # PyInstaller
  36. # Usually these files are written by a python script from a template
  37. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  38. *.manifest
  39. *.spec
  40. # Installer logs
  41. pip-log.txt
  42. pip-delete-this-directory.txt
  43. # Unit test / coverage reports
  44. htmlcov/
  45. .tox/
  46. .coverage
  47. .coverage.*
  48. .cache
  49. nosetests.xml
  50. coverage.xml
  51. *,cover
  52. # Translations
  53. *.mo
  54. *.pot
  55. ## Django stuff:
  56. # *.log
  57. # Sphinx documentation
  58. docs/_build/
  59. # PyBuilder
  60. target/
  61. # eclipse project files
  62. .project
  63. .pydevproject
  64. # chromedriver
  65. chromedriver
  66. chromedriver.exe
  67. # py cache
  68. __pycache__
  69. ## ---> statement paths
  70. # extrase/
  71. # /extrase
  72. # extrase/*.*
  73. # /extrase/*.*
  74. # ---> Windows
  75. # Windows image file caches
  76. Thumbs.db
  77. ehthumbs.db
  78. # Folder config file
  79. Desktop.ini
  80. # Recycle Bin used on file shares
  81. $RECYCLE.BIN/
  82. # Windows Installer files
  83. *.cab
  84. *.msi
  85. *.msm
  86. *.msp
  87. # Windows shortcuts
  88. *.lnk
  89. # ---> Linux
  90. *~
  91. # KDE directory preferences
  92. .directory
  93. # Linux trash folder which might appear on any partition or disk
  94. .Trash-*
  95. # ---> Eclipse
  96. *.pydevproject
  97. .metadata
  98. .gradle
  99. bin/
  100. tmp/
  101. *.tmp
  102. *.bak
  103. *.swp
  104. *~.nib
  105. local.properties
  106. .settings/
  107. .loadpath
  108. # Eclipse Core
  109. .project
  110. # External tool builders
  111. .externalToolBuilders/
  112. # Locally stored "Eclipse launch configurations"
  113. *.launch
  114. # CDT-specific
  115. .cproject
  116. # JDT-specific (Eclipse Java Development Tools)
  117. .classpath
  118. # Java annotation processor (APT)
  119. .factorypath
  120. # PDT-specific
  121. .buildpath
  122. # sbteclipse plugin
  123. .target
  124. # TeXlipse plugin
  125. .texlipse