mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-04-19 12:20:03 +08:00

- 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
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
# python cache / compilations
|
|
*__pycache__
|
|
*.pyc
|
|
|
|
# editor backups
|
|
*.swp
|
|
|
|
# build
|
|
build/*
|
|
src/pygcode.egg-info/*
|
|
dist/pygcode-*.egg
|