
# generated by CPython
__pycache__/

# generated by setuptools
*.egg-info/

# graphs generated by sweetener
.pygraphs/

# local development files
Makefile

# default output directory for Mage
#output/

# for building and uploading to PyPI
build/
dist/

# managed py pyenv
.python-version

# do not track nightly builds as we dont use them
/pkg/nightly/

# editor configuration should be user-specific
.vscode/
