# Rust
/target/

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

# maturin compiled extensions (generated by `maturin develop`)
*.so
*.pyd

# Downloaded benchmark fixtures (auto-fetched at runtime)
tests/data/*.cif

# IDE / OS
.vscode/
.idea/
.DS_Store
*.swp
