# venv
/venv/

# Environment variables
.env

# Python cache
__pycache__/
*.pyc

# RUnning Logfiles
*.log
