diff --git a/.gitignore b/.gitignore index 4190851..8439f74 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ python/lucien.egg-info *.so .DS_Store __pycache__ +**venv diff --git a/atelier/Cargo.toml b/atelier/Cargo.toml index 049455a..b538398 100644 --- a/atelier/Cargo.toml +++ b/atelier/Cargo.toml @@ -16,7 +16,6 @@ rand = {version="0.8.5"} rand_distr = "0.4.3" [dev-dependencies] -rustfmt = "0.10.0" [lib] name = "atelier"