DeepSpeed/.gitignore

41 строка
1.1 KiB
Plaintext
Исходник Обычный вид История

# Ignore Python compiled files
2020-02-01 03:06:44 +03:00
*.pyc
# Ignore IDE-specific files and directories
.idea/ # JetBrains IDE settings
.vscode/ # Visual Studio Code settings
.theia/ # Theia IDE settings
# Ignore temporary and backup files
*~ # General backup files
*.swp # Vim swap files
# Ignore log files
*.log
# Ignore a specific generated file
deepspeed/git_version_info_installed.py
# Ignore Python bytecode cache
__pycache__
# Build + installation data
build/ # Build artifacts
dist/ # Distribution files
*.so # Compiled shared objects
deepspeed.egg-info/ # Deepspeed package info
build.txt # Build information
# Website generated files
docs/_site/ # Jekyll generated site
docs/build # Generated documentation
2020-09-11 01:44:47 +03:00
docs/code-docs/source/_build
2020-04-22 08:18:47 +03:00
docs/code-docs/_build
2020-03-17 23:49:48 +03:00
docs/code-docs/build
.sass-cache/ # SASS cache
.jekyll-cache/ # Jekyll cache
2020-03-17 23:49:48 +03:00
.jekyll-metadata
2020-09-01 07:15:50 +03:00
# Testing data
tests/unit/saved_checkpoint/ # Saved checkpoints for testing