# Rust
/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
ENV/
env/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Local data & benchmarks
data/*.fwf
# plots/*.png

# IDEs & OS
.vscode/
.idea/
.DS_Store
*.swp
*.swo
