pygcode/.gitignore
Lucid CNC d1307fadf1 remove at least some autogenerated files
- probably should modify setup so that autogenerated files don't
  end up being created in the src directory...
- these files are being generated on setup.py install - would be better
  if they were created with build so they don't end up as write
  protected files when running sudo python setup.py install
2019-07-26 08:05:38 -04:00

12 lines
132 B
Plaintext

# python cache / compilations
*__pycache__
*.pyc
# editor backups
*.swp
# build
build/*
src/pygcode.egg-info/*
dist/pygcode-*.egg