# --- Rust build artifacts ---
/target/
**/*.rs.bk
*.rlib
*.rmeta
*.so
*.dylib
*.dll
*.pdb

# --- Python artifacts ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# --- Virtual environments ---
.venv/
venv/
env/

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

# --- uv / maturin ---
.uv/
.maturin/

# --- Local config (user state) ---
~/.config/ploit_malper/

# --- Reports generated at runtime ---
*.report.md
report.md

# --- Git ---
.git/
*.orig

# --- Logs ---
*.log
