Skip to content

Commit

Permalink
[ENVIRONMENT STUFF]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Mar 5, 2024
1 parent cb2f86b commit bae69b5
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 30 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,46 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/


*.py[cod]
*.egg-info/

.coverage
.python-version
package-lock.json
test.py

.cache/
.hypothesis/
build/
dist/
docs/_build/
htmlcov/
node_modules/

/.benchmarks/
/.idea/
/.pytest_cache/
/.vscode/
/env*/
/env/
/flame/
/pytest-speed/
/sandbox/
/sandbox/
/site/
/target/
/worktree/

/.editorconfig
/.pdm-python
/*.lcov
/*.profdata
/*.profraw
/foobar.py
/python/pydantic_core/*.so
/src/self_schema.py

# samply
/profile.json
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
max_width = 120
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = [
"/rust-toolchain",
"/src",
"!/src/self_schema.py",
"/python/pydantic_core",
"/python/swarms_core",
"/tests",
"/.cargo",
"!__pycache__",
Expand All @@ -34,7 +34,7 @@ smallvec = "1.13.1"
base64 = "0.21.7"

[lib]
name = "_pydantic_core"
name = "_main"
crate-type = ["cdylib", "rlib"]

[features]
Expand Down
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
homepage = "https://github.com/kyegomez/swarms-core"
documentation = "https://github.com/kyegomez/swarms-core" # Add this if you have documentation.
readme = "README.md" # Assuming you have a README.md
readme = "README.md"
repository = "https://github.com/kyegomez/swarms-core"
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
classifiers = [
Expand Down

0 comments on commit bae69b5

Please sign in to comment.