diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 5d3ceac..0b45279 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '1810209' +_commit: 9dfa165 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: rust diff --git a/.gitignore b/.gitignore index e98091b..30bb53d 100644 --- a/.gitignore +++ b/.gitignore @@ -33,8 +33,6 @@ share/python-wheels/ MANIFEST # PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec @@ -85,11 +83,7 @@ ipython_config.py .python-version # pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock +Pipfile.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/