Skip to content

Commit

Permalink
Add rustlib package
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed May 16, 2023
1 parent 935ef79 commit ab00a30
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# Python
*.pyc
__pycache__/
venv/
.eggs/
*.egg-info
dist/
build/
optuna_dashboard/public/

# JS
node_modules/
public/
tmp/
standalone_app/public/

# VSCode
vscode/assets/
*.vsix

# Databases
*.sqlite3
*.db

# Docs
docs/_build/
docs/_generated/

# Rust
rustlib/target/
rustlib/pkg/

# Others
tmp/
Loading

0 comments on commit ab00a30

Please sign in to comment.