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

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
