# virtual environment
/venv*
/.venv*

# Python cache folders
**/__pycache__

# PyCharm folders
/.idea
