# virtual environment
.env*

# python cache
__pycache__/

# temporary files
*.swp
*.swo

# distribution / packaging
dist/

# IDEs
.vscode/

# code coverage
.coverage
coverage.xml

hello_user.py
setup_steps.json
