A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
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.
 
 
 
 

13 lines
99 B

  1. *.pyc
  2. *.pyd
  3. *.so
  4. *.dll
  5. *.egg
  6. *.egg-info
  7. .DS_Store
  8. __pycache__
  9. build
  10. dist
  11. docs/_build
  12. scripts/*.log