# Python
__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/

# OS
.DS_Store