# Rust
/target/
**/*.rs.bk
Cargo.rmeta

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
wheels/
.python-version
.venv/
venv/
env/

# uv
.uv-cache/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_VERSION
Thumbs.db
*.pdb
