# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*.so
*.dylib
*.dSYM/
*.egg-info/
dist/
build/
*.whl
.eggs/

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
