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.

128 lines
1.9 KiB

4 years ago
  1. # Created by https://www.gitignore.io/api/python,visualstudiocode
  2. # Edit at https://www.gitignore.io/?templates=python,visualstudiocode
  3. ### Python ###
  4. # Byte-compiled / optimized / DLL files
  5. __pycache__/
  6. *.py[cod]
  7. *$py.class
  8. # C extensions
  9. *.so
  10. # Distribution / packaging
  11. .Python
  12. build/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. wheels/
  24. pip-wheel-metadata/
  25. share/python-wheels/
  26. *.egg-info/
  27. .installed.cfg
  28. *.egg
  29. MANIFEST
  30. # PyInstaller
  31. # Usually these files are written by a python script from a template
  32. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  33. *.manifest
  34. *.spec
  35. # Installer logs
  36. pip-log.txt
  37. pip-delete-this-directory.txt
  38. # Unit test / coverage reports
  39. htmlcov/
  40. .tox/
  41. .nox/
  42. .coverage
  43. .coverage.*
  44. .cache
  45. nosetests.xml
  46. coverage.xml
  47. *.cover
  48. .hypothesis/
  49. .pytest_cache/
  50. # Translations
  51. *.mo
  52. *.pot
  53. # Scrapy stuff:
  54. .scrapy
  55. # Sphinx documentation
  56. docs/_build/
  57. # PyBuilder
  58. target/
  59. # pyenv
  60. .python-version
  61. # pipenv
  62. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  63. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  64. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  65. # install all needed dependencies.
  66. #Pipfile.lock
  67. # celery beat schedule file
  68. celerybeat-schedule
  69. # SageMath parsed files
  70. *.sage.py
  71. # Spyder project settings
  72. .spyderproject
  73. .spyproject
  74. # Rope project settings
  75. .ropeproject
  76. # Mr Developer
  77. .mr.developer.cfg
  78. .project
  79. .pydevproject
  80. # mkdocs documentation
  81. /site
  82. # mypy
  83. .mypy_cache/
  84. .dmypy.json
  85. dmypy.json
  86. # Pyre type checker
  87. .pyre/
  88. ### VisualStudioCode ###
  89. .vscode/*
  90. !.vscode/settings.json
  91. !.vscode/tasks.json
  92. !.vscode/launch.json
  93. !.vscode/extensions.json
  94. ### VisualStudioCode Patch ###
  95. # Ignore all local history of files
  96. .history
  97. # End of https://www.gitignore.io/api/python,visualstudiocode
  98. glove/
  99. venv/
  100. env/
  101. glove.6B.zip
  102. .vscode
  103. .DS_Store
  104. *.pt