forked from microsoft/DeepSpeed
-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitignore
40 lines (32 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Ignore Python compiled files
*.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
docs/code-docs/source/_build
docs/code-docs/_build
docs/code-docs/build
.sass-cache/ # SASS cache
.jekyll-cache/ # Jekyll cache
.jekyll-metadata
# Testing data
tests/unit/saved_checkpoint/ # Saved checkpoints for testing