# Rust
/target/
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.venv/
venv/
.env/

# maturin / packaging outputs
dist/
*.whl

# Local-only publishing notes (not for the public repo)
PUBLISHING.md

# CI debug logs (local only)
workflow error logs.txt
*error logs.txt

# OS / editors
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
