# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Build artifacts
dist/
build/

# Test / runtime data
data/
.cache/

# Notebook checkpoints
.ipynb_checkpoints/

# IDE
.idea/