# Virtual environments
.venv/
venv/

# IDE
.idea/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pypirc
# Secrets
# OS
.DS_Store
