__pycache__/
*.pyc
*.pyo
*.pyd
*.log

.venv/
venv/

build/
dist/
*.egg-info/

output/
temp/

.idea/
.vscode/
.DS_Store
