# PyCharm
.idea/
.vscode/

# Python virtualenv environment folders
env/
env3/
.env/
.venv/

# Python
__pycache__/
*.egg-info/
build/
dist/