# virtual environments
.env*
.venv*

# python cache
__pycache__/

# temporary files
*.swp
*.swo
tmp/

# distribution / packaging
dist/

# IDEs
.vscode/

# code coverage
.coverage
coverage.xml

hello_user.py
setup_steps.json
