# virtual env
/venv

# packaging
/.eggs
/build
/dist
/kabelwerk.egg-info

# compiled code
*.pyc

# editors
*.swp
