# 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
# ...but keep committed fixtures (e.g. a real BoltzGen refold_cif that can't be auto-fetched).
!tests/data/boltzgen_refold_*.cif

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