# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Training artifacts
trained_models/*
outputs/*
*.log
*.csv

# macOS
.DS_Store

# IDE
.idea/
.vscode/

# Project-specific
.pi*
