A fork of hyde, the static site generation. Some patches will be pushed upstream.
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.
 
 
 

94 lines
956 B

  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. env/
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. tmp/
  25. # PyInstaller
  26. # Usually these files are written by a python script from a template
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *,cover
  42. # Translations
  43. *.mo
  44. *.pot
  45. # Django stuff:
  46. *.log
  47. # Sphinx documentation
  48. docs/_build/
  49. # PyBuilder
  50. target/
  51. # OS Related
  52. .DS_Store
  53. *.cprof
  54. *.profile
  55. *.log
  56. pylint*
  57. # Editors
  58. *~
  59. *.tmproj
  60. .tm_properties
  61. .idea
  62. PYSMELLTAGS
  63. # Hyde specific
  64. .hyde_deps
  65. deploy
  66. deploy/*
  67. test_site
  68. dist
  69. src
  70. .noseids
  71. .coverage
  72. *.tar.gz
  73. # hyde plugins
  74. node_modules