# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Virtual env
.venv/
venv/

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db
