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.
 
 
 
 

24 rivejä
195 B

  1. __pycache__/
  2. build/
  3. dist/
  4. *.egg-info/
  5. .pytest_cache/
  6. # pyenv
  7. .python-version
  8. # Environments
  9. .env
  10. .venv
  11. # mypy
  12. .mypy_cache/
  13. .dmypy.json
  14. dmypy.json
  15. # JetBrains
  16. .idea/
  17. /coverage.xml
  18. /.coverage