cheat/.gitignore
Romanos Skiadas ad6d567d87 Use setuptools if possible, add development docs
- If setuptools is available, use that.
  Setuptools can be very handy in development, because it provides
 `python setup.py develop`.
- Add development documentation, explaining how to use setuptools'
  develop with a virtual environment to work on cheat.
- Backwards compatibility with distutils is maintained.
  If setuptools is not available, distutils will be used.
2016-08-09 19:34:13 +03:00

7 lines
46 B
Plaintext

*.pyc
MANIFEST
build
cheat.egg-info
dist
venv