# Build artifacts
/target/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.rsplit
*.pcap
*.pcapng
*.cap
/tmp/

# Environment
.env
.env.local

# Benchmark data (keep script and reports, ignore datasets and binaries)
bench/USTC-TFC2016-master/
bench/USTC-TFC2016-master.rar
bench/SplitCap.exe
bench/**/runs/
bench/.wine32/

# Python
__pycache__/
*.pyc
.venv/
*.whl

# Cross-compile config (machine-specific paths)
.cargo/config.toml