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

# Virtual environments (never commit the multi-hundred-MB ML stack)
.venv/
venv/
env/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/

# chuja output
stems/
*.stems/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
