# Python
__pycache__/
*.pyc
venv/
.env

# Rust / Maturin
target/
.cargo/

# Distribution
dist/
*.egg-info/