# python
*.pyc
__pycache__
autorch.egg-info

# build directories
/build
/dist

# editor
.vscode
.idea

# non-committed code
local
legacy
/runs
/out