| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # Automatically generated by `hgimportsvn`
- .svn
- .hgsvn
- # Ignore local virtualenvs
- lib/
- bin/
- include/
- .Python/
- # These lines are suggested according to the svn:ignore property
- # Feel free to enable them by uncommenting them
- *.pyc
- *.pyo
- *.swp
- *.class
- *.orig
- *~
- .hypothesis/
- # autogenerated
- src/_pytest/_version.py
- # setuptools
- .eggs/
- doc/*/_build
- doc/*/.doctrees
- build/
- dist/
- *.egg-info
- issue/
- env/
- .env/
- 3rdparty/
- .tox
- .cache
- .pytest_cache
- .coverage
- .coverage.*
- coverage.xml
- .ropeproject
- .idea
- .hypothesis
- .pydevproject
- .project
- .settings
- .vscode
- # generated by pip
- pip-wheel-metadata/
|