forked from aws-deadline/deadline-cloud-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (26 loc) · 656 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (26 loc) · 656 Bytes
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
.DS_Store
# Job bundle samples use directories called 'output' for the job output
# and 'workspace' for inter-step communication and output.
**/output/
**/workspace/
**/results/
# The V-Ray source files do not have an extension to distinguish them
conda_recipes/archive_files/vraystd_*
**/*.tar.xz
**/*.tar.gz
**/*.tgz
**/*.zip
**/*.exe
**/*.run
**/*.pyc
**/__pycache__/
.pytest_cache/
**/*.aex
**/*.conda
**/*.safetensors
conda_recipes/archive_files/
# Vale style packages downloaded by `vale sync` (regenerated, not committed).
# The custom DeadlineSamples style below is kept under version control.
styles/ai-tells/
styles/write-good/
styles/config/