# Rust
/target/

# Maturin build artifacts
*.so
*.dylib
*.pyd

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
/build/
*.egg-info/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
.coverage.*

# Linting / type checking
.ruff_cache/
.mypy_cache/

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