# Build artifacts
/build/
/dist/
/*.egg-info/
*.py[cdo]

# Test / lint caches
/.cache/
/.coverage
/.pytest_cache/

# OS / IDE
.DS_Store
.idea/

# Dataset files (large binary data)
data/
