.gitignore 590 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Automatically generated by `hgimportsvn`
  2. .svn
  3. .hgsvn
  4. # Ignore local virtualenvs
  5. lib/
  6. bin/
  7. include/
  8. .Python/
  9. # These lines are suggested according to the svn:ignore property
  10. # Feel free to enable them by uncommenting them
  11. *.pyc
  12. *.pyo
  13. *.swp
  14. *.class
  15. *.orig
  16. *~
  17. .hypothesis/
  18. # autogenerated
  19. src/_pytest/_version.py
  20. # setuptools
  21. .eggs/
  22. doc/*/_build
  23. doc/*/.doctrees
  24. build/
  25. dist/
  26. *.egg-info
  27. issue/
  28. env/
  29. .env/
  30. 3rdparty/
  31. .tox
  32. .cache
  33. .pytest_cache
  34. .coverage
  35. .coverage.*
  36. coverage.xml
  37. .ropeproject
  38. .idea
  39. .hypothesis
  40. .pydevproject
  41. .project
  42. .settings
  43. .vscode
  44. # generated by pip
  45. pip-wheel-metadata/