target/

# npm wrapper
npm/bin/
npm/node_modules/

# Python wrapper
python/dist/
python/*.egg-info/
python/codeix/__pycache__/

# Python common
__pycache__/
*.pyc
*.pyo
