# Rust
target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
uv.lock

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

# OS
.DS_Store
Thumbs.db

# Data / plots
*.png
.trae/
debug.md
debug_*.py
out/
test_plot/
test_rf_1/
test_data/
wheelhouse/
N237S NB.csv
plots.py
analyze_*.py
test_*.py
*.csv
# Environment
.venv
.env
.env.local
.flake8