-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
32 lines (31 loc) · 1.02 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
##########################################
# READ BEFORE ALTERING THIS FILE
#
# Only files specific to this repo or that will be generated as part of using this repo should
# be ignored here. Files that are specific to particular development environments or users
# should be ignored in the global gitignore to ignore for all repos, or in .git/info/exclude
# to ignore for just this repo.
#
# Examples of appropriate files for each location:
# This file:
# python pyc files
# python cache files
# test configuration and output, including coverage data
# The filled in deploy.cfg file
#
# Global gitignore
# Eclipse .settings, .project, and .pyproject files
# Mac .DS_store files
# VSCode .vscode directory
#
# .git/info/exclude
# Temporary code / notes while exploring new repo features
# Personal variations of deploy.cfg files, e.g. deploy2.cfg, etc.
# Personal data used for manual testing
#
##########################################
/.pytest_cache/
__pycache__
/test.cfg
/cdm_task_service_temp
/tmp_creds/