.gitignore 1.8 KB

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