# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Rust
target/
# Library workspace — don't pin Cargo.lock
Cargo.lock

# Editors / OS
.idea/
.vscode/
.DS_Store
*.swp
