Initial commit: OptimizR - High-performance optimization algorithms in Rust with Python bindings
This commit is contained in:
+24
@@ -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
|
||||
*~
|
||||
Reference in New Issue
Block a user