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 lines
223 B

8 months ago
  1. **/__pycache__
  2. **/*.pyc
  3. **/*.pyo
  4. **/*.pyd
  5. **/.Python
  6. build/
  7. develop-eggs/
  8. dist/
  9. downloads/
  10. eggs/
  11. .eggs/
  12. lib/
  13. lib64/
  14. parts/
  15. sdist/
  16. var/
  17. *.egg-info/
  18. .installed.cfg
  19. *.egg
  20. MANIFEST
  21. **/.pytest_cache
  22. **/.vscode
  23. **/.idea
  24. **/*.log