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.

11 line
80B

  1. __pycache__/
  2. *.py[cod]
  3. *.pyo
  4. .idea/
  5. *.iml
  6. .venv/
  7. venv/
  8. *.egg-info/
  9. dist/
  10. build/