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.
 
 
 
 

19 lines
168 B

  1. *.pyc
  2. *.pyd
  3. *.so
  4. *.dll
  5. *.egg
  6. *.egg-info
  7. .coverage
  8. .eggs
  9. .DS_Store
  10. __pycache__
  11. build
  12. dist
  13. docs/_build
  14. scripts/*.log
  15. htmlcov/
  16. compile_commands.json
  17. .idea/
  18. .pytest_cache/