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

# uv / venv
.venv/
.python-version

# vibetune runtime data
.vibetune/

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp
