# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environments
.venv/
venv/
env/

# Local outputs
outputs/
results/
*.log

# Large model artifacts
*.pth
*.pt
*.ckpt

# OS and editors
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
