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

# Virtual environments
.venv

# Models
scripts/models/*
*.pth

# Data files
data/

# Documentation build output
site/

# Environment files
.env
.env.*