# Rust
/target/
Cargo.lock

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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Local dev overrides
patch.toml

# OS
.DS_Store
Thumbs.db
