Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

140 rindas
1.5 KiB

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