Initial commit: OptimizR - High-performance optimization algorithms in Rust with Python bindings

This commit is contained in:
Melvin Avarez
2025-12-03 18:16:48 +01:00
commit 923d27e87b
31 changed files with 7466 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
target/
**/*.rs.bk
*.pyo
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.eggs/
.mypy_cache/
.ruff_cache/
.DS_Store
*.so
*.dylib
*.dll
Cargo.lock
.vscode/
.idea/
*.swp
*.swo
*~