# Rust
/target/
Cargo.lock

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

# IDE
.idea/
.vscode/
*.swp

# Virtual environments
.venv/
venv/
