# Python
__pycache__/
*.py[cod]
*.so
.venv/
.env
.DS_Store

# Rust
target/
Cargo.lock

# Distribution
dist/
*.egg-info/
