Skip to content

Commit

Permalink
refactor(sherlock): moved the training code to a sub dir
Browse files Browse the repository at this point in the history
  • Loading branch information
isala404 committed Mar 10, 2022
1 parent d0d5d0f commit ae09956
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
22 changes: 21 additions & 1 deletion sherlock/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
data/*.json

# Created by https://www.toptal.com/developers/gitignore/api/rust
# Edit at https://www.toptal.com/developers/gitignore?templates=rust

### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# End of https://www.toptal.com/developers/gitignore/api/rust
1 change: 1 addition & 0 deletions sherlock/training/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data/*.json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ae09956

Please sign in to comment.