Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

143 рядки
1.6 KiB

  1. # MAC OS
  2. .DS_Store
  3. # VS Code
  4. .vscode/
  5. # Vim Gitignore
  6. ## Swap
  7. [._]*.s[a-v][a-z]
  8. [._]*.sw[a-p]
  9. [._]s[a-v][a-z]
  10. [._]sw[a-p]
  11. ## Session
  12. Session.vim
  13. ## Temporary
  14. .netrwhist
  15. *~
  16. ## Auto-generated tag files
  17. tags
  18. # Python Gitignore
  19. ## Byte-compiled / optimized / DLL files
  20. __pycache__/
  21. *.py[cod]
  22. *$py.class
  23. ## C extensions
  24. *.so
  25. ## Distribution / packaging
  26. .Python
  27. build/
  28. develop-eggs/
  29. dist/
  30. downloads/
  31. eggs/
  32. .eggs/
  33. lib/
  34. lib64/
  35. parts/
  36. sdist/
  37. var/
  38. wheels/
  39. *.egg-info/
  40. .installed.cfg
  41. *.egg
  42. MANIFEST
  43. ## PyInstaller
  44. ## Usually these files are written by a python script from a template
  45. ## before PyInstaller builds the exe, so as to inject date/other infos into it.
  46. *.manifest
  47. *.spec
  48. ## Installer logs
  49. pip-log.txt
  50. pip-delete-this-directory.txt
  51. ## Unit test / coverage reports
  52. htmlcov/
  53. .tox/
  54. .coverage
  55. .coverage.*
  56. .cache
  57. nosetests.xml
  58. coverage.xml
  59. *.cover
  60. .hypothesis/
  61. .pytest_cache/
  62. ## Translations
  63. *.mo
  64. *.pot
  65. ## Django stuff:
  66. *.log
  67. .static_storage/
  68. .media/
  69. local_settings.py
  70. ## Flask stuff:
  71. instance/
  72. .webassets-cache
  73. ## Scrapy stuff:
  74. .scrapy
  75. ## Sphinx documentation
  76. docs/_build/
  77. ## PyBuilder
  78. target/
  79. ## Jupyter Notebook
  80. .ipynb_checkpoints
  81. ## pyenv
  82. .python-version
  83. ## celery beat schedule file
  84. celerybeat-schedule
  85. ## SageMath parsed files
  86. *.sage.py
  87. ## Environments
  88. .env
  89. .venv
  90. env/
  91. venv/
  92. ENV/
  93. env.bak/
  94. venv.bak/
  95. ## Spyder project settings
  96. .spyderproject
  97. .spyproject
  98. ## Rope project settings
  99. .ropeproject
  100. ## mkdocs documentation
  101. /site
  102. ## mypy
  103. .mypy_cache/
  104. # Packer Gitignore
  105. ## Cache objects
  106. packer_cache/
  107. *.checksum
  108. ## For built virtualmachines
  109. *.ova
  110. *.iso
  111. ## For built boxes
  112. *.box