Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

197 linhas
2.4 KiB

  1. *.pyc
  2. *.py~
  3. *.comp.js
  4. *.DS_Store
  5. locale
  6. .wnf-lang-status
  7. *.swp
  8. *.egg-info
  9. dist/
  10. # build/
  11. frappe/docs/current
  12. frappe/public/dist
  13. .vscode
  14. .vs
  15. node_modules
  16. .kdev4/
  17. *.kdev4
  18. *debug.log
  19. # Not Recommended, but will remove once webpack ready
  20. package-lock.json
  21. # Byte-compiled / optimized / DLL files
  22. __pycache__/
  23. *.py[cod]
  24. *$py.class
  25. # C extensions
  26. *.so
  27. # Distribution / packaging
  28. .Python
  29. # build/
  30. develop-eggs/
  31. dist/
  32. downloads/
  33. eggs/
  34. .eggs/
  35. lib64/
  36. parts/
  37. sdist/
  38. var/
  39. wheels/
  40. *.egg-info/
  41. .installed.cfg
  42. *.egg
  43. MANIFEST
  44. # PyInstaller
  45. # Usually these files are written by a python script from a template
  46. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  47. *.manifest
  48. *.spec
  49. # Installer logs
  50. pip-log.txt
  51. pip-delete-this-directory.txt
  52. # Unit test / coverage reports
  53. htmlcov/
  54. .tox/
  55. .coverage
  56. .coverage.*
  57. .cache
  58. nosetests.xml
  59. coverage.xml
  60. *.cover
  61. .hypothesis/
  62. .pytest_cache/
  63. .cypress-coverage
  64. # Translations
  65. *.mo
  66. *.pot
  67. # Django stuff:
  68. *.log
  69. .static_storage/
  70. .media/
  71. local_settings.py
  72. # Flask stuff:
  73. instance/
  74. .webassets-cache
  75. # Scrapy stuff:
  76. .scrapy
  77. # Sphinx documentation
  78. docs/_build/
  79. # PyBuilder
  80. target/
  81. # Jupyter Notebook
  82. .ipynb_checkpoints
  83. # pyenv
  84. .python-version
  85. # celery beat schedule file
  86. celerybeat-schedule
  87. # SageMath parsed files
  88. *.sage.py
  89. # Environments
  90. .env
  91. .venv
  92. env/
  93. venv/
  94. ENV/
  95. env.bak/
  96. venv.bak/
  97. # Spyder project settings
  98. .spyderproject
  99. .spyproject
  100. # Rope project settings
  101. .ropeproject
  102. # mkdocs documentation
  103. /site
  104. # mypy
  105. .mypy_cache/
  106. # Logs
  107. logs
  108. *.log
  109. npm-debug.log*
  110. yarn-debug.log*
  111. yarn-error.log*
  112. # Runtime data
  113. pids
  114. *.pid
  115. *.seed
  116. *.pid.lock
  117. # Directory for instrumented libs generated by jscoverage/JSCover
  118. lib-cov
  119. # Coverage directory used by tools like istanbul
  120. coverage
  121. # nyc test coverage
  122. .nyc_output
  123. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  124. .grunt
  125. # Bower dependency directory (https://bower.io/)
  126. bower_components
  127. # node-waf configuration
  128. .lock-wscript
  129. # Compiled binary addons (https://nodejs.org/api/addons.html)
  130. build/Release
  131. # Dependency directories
  132. node_modules/
  133. jspm_packages/
  134. # Typescript v1 declaration files
  135. typings/
  136. # Optional npm cache directory
  137. .npm
  138. # Optional eslint cache
  139. .eslintcache
  140. # Optional REPL history
  141. .node_repl_history
  142. # Output of 'npm pack'
  143. *.tgz
  144. # Yarn Integrity file
  145. .yarn-integrity
  146. # dotenv environment variables file
  147. .env
  148. # next.js build output
  149. .next
  150. # cypress
  151. cypress/screenshots
  152. cypress/videos
  153. # JetBrains IDEs
  154. .idea/