# Rust
/target
*.so

# Python
*.py[cod]
__pycache__

# Development tools
/Cargo.lock
/.venv
/pylock.toml
/build
/dist
*.egg-info
/.ruff_cache
/.mypy_cache

# Editors
*.swp
/.idea
/.vscode

# Others
.DS_Store
