# Virtual Environments
.venv/
venv/
ENV/

# Python Caches & Bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Rust / Maturin Build Artifacts
rust/target/
*.so
*.dylib
*.dll
*.pyd

# Local Configuration / Environment
.env
.env*.local

# Scratch / Temporary Files
scratch/
netpulse.db
.netpulse-ipam.db
