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

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# maturin
/wheels/
/rustai-*.tar.gz
/rustai-*.whl

# Editors and OS
.DS_Store
.idea/
.vscode/
*.swp
/rustai-report.txt
/rustai-logs/
/wheelhouse/
