2023-11-29 00:05:30 +03:00
|
|
|
## Ignore Python compiled files
|
2020-02-01 03:06:44 +03:00
|
|
|
*.pyc
|
2023-11-09 23:25:56 +03:00
|
|
|
|
2023-11-29 00:05:30 +03:00
|
|
|
## Ignore IDE-specific files and directories
|
|
|
|
# JetBrains IDE settings
|
|
|
|
.idea/
|
|
|
|
# Visual Studio Code settings
|
|
|
|
.vscode/
|
|
|
|
# Theia IDE settings
|
|
|
|
.theia/
|
|
|
|
|
|
|
|
## Ignore temporary and backup files
|
|
|
|
# General backup files
|
|
|
|
*~
|
|
|
|
# Vim swap files
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
## Ignore log files
|
2020-05-19 11:00:53 +03:00
|
|
|
*.log
|
2023-11-09 23:25:56 +03:00
|
|
|
|
2023-11-29 00:05:30 +03:00
|
|
|
## Ignore a specific generated file
|
2020-09-17 04:57:43 +03:00
|
|
|
deepspeed/git_version_info_installed.py
|
2023-11-09 23:25:56 +03:00
|
|
|
|
2023-11-29 00:05:30 +03:00
|
|
|
## Ignore Python bytecode cache
|
2022-04-19 20:15:59 +03:00
|
|
|
__pycache__
|
2020-02-10 18:07:37 +03:00
|
|
|
|
2023-11-29 00:05:30 +03:00
|
|
|
## Build + installation data
|
|
|
|
# Build artifacts
|
|
|
|
build/
|
|
|
|
# Distribution files
|
|
|
|
dist/
|
|
|
|
# Compiled shared objects
|
|
|
|
*.so
|
|
|
|
# Deepspeed package info
|
|
|
|
deepspeed.egg-info/
|
|
|
|
# Build information
|
|
|
|
build.txt
|
|
|
|
|
|
|
|
## Website generated files
|
|
|
|
# Jekyll generated site
|
|
|
|
docs/_site/
|
|
|
|
# Generated documentation
|
|
|
|
docs/build
|
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
|
2023-11-29 00:05:30 +03:00
|
|
|
# SASS cache
|
|
|
|
.sass-cache/
|
|
|
|
# Jekyll cache
|
|
|
|
.jekyll-cache/
|
2020-03-17 23:49:48 +03:00
|
|
|
.jekyll-metadata
|
2020-03-25 19:34:27 +03:00
|
|
|
|
2023-11-29 00:05:30 +03:00
|
|
|
## Testing data
|
|
|
|
# Saved checkpoints for testing
|
|
|
|
tests/unit/saved_checkpoint/
|
2024-02-10 01:43:54 +03:00
|
|
|
|
|
|
|
# HIP files created during AMD compilation
|
|
|
|
*_hip.cpp
|
|
|
|
*_hip.h
|
|
|
|
*.hip
|
|
|
|
*.cuh
|
|
|
|
*hip_layers.h
|