-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
111 lines (88 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
**/report_folder
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
.python-version
# Complexity
output/*.html
output/*/index.html
# Sphinx
docs/_build
docs/apidoc
#MACOS
.DS_Store
#General
*.log
ec2.pem
emr.pem
unittests.pem
customer-portfolios.pem
#DKModules Unit Test Artifacts
logs_and_errors.json
progress.json
status.json
test_results.json
test-tmp.csv
*_results.txt
# vagrant
.vagrant
atlassian-ide-plugin.xml
*toobig*
utils/converted
utils/raw
# Temp files
*/*/*-tmp
*/*/*/*-tmp
*/*-tmp
*/*_tmp
*/*/*-temp
*.out
last_cluster.txt
tests/DKCustomers
# src dirrectory got github3.py
src
# Using drive mapping to get the debug helpers into the container, but we don't want this in git.
.pycharm_helpers/
# Keep simple files used for testing out of the repo
ignoreme.txt
deleteme.txt
*-va.json
*-va.sql
# For when using synced folders in vagratn, .pycharm_helpers might end up in project folder
.pycharm_helpers/
# General ignore files
ignoreme.txt
# Used to make unit tests unique
my_unitest_guid.txt
coverage-report
test-results.xml
.coverage*
# Python virtualenv
venv