mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
37 lines
316 B
Plaintext
37 lines
316 B
Plaintext
# Python
|
|
*.pyc
|
|
__pycache__/
|
|
venv/
|
|
.eggs/
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
optuna_dashboard/public/
|
|
|
|
# JS
|
|
node_modules/
|
|
standalone_app/public/
|
|
|
|
# VSCode
|
|
vscode/assets/
|
|
*.vsix
|
|
|
|
# Databases
|
|
*.sqlite3
|
|
*.db
|
|
|
|
# Docs
|
|
docs/_build/
|
|
docs/_generated/
|
|
|
|
# Rust
|
|
rustlib/target/
|
|
rustlib/pkg/
|
|
|
|
# Others
|
|
.envrc
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
tmp/
|