# Rust
/target
Cargo.lock

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
.venv/
.pytest_cache/

# Build artifacts
*.so
*.dylib
*.dSYM/
*.dll
*.pyd

# IDE
.idea/
.vscode/
*.swp
*.swo
