Arx-Game / arxcode

A text-based/web game using Evennia.
MIT License
45 stars 42 forks source link

Prevent pyenv files from being committed #460

Closed TehomCD closed 1 year ago

TehomCD commented 1 year ago

Brief overview of PR changes/additions

This just adds a few files that pyenv generates to gitignore. I had to install multiple python versions to test against Evennia's latest develop branch. Repo for pyenv if you're doing windows development: https://github.com/pyenv-win/pyenv-win

Motivation for adding to Arx

Allow pyenv to be used in local development.