-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (58 loc) · 802 Bytes
/
.gitignore
File metadata and controls
65 lines (58 loc) · 802 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
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
# Byte-compiled / optimized / DLL files
*.py[cod]
# Distribution / packaging
bin/
build*/
develop-eggs/
dist/
downloads/
package_sources/
**/node_modules/
eggs/
.eggs/
parts/
sdist/
*.egg-info/
.installed.cfg
.mr.developer.cfg
.*.build
**.cache/
**.cache-prod/
**.cache-dev/
*.cdx.json
*.cdx.xml
version.txt
# Unit test / coverage reports
.coverage
.coverage.*
**/coverage/
nosetests.xml
*coverage*.xml
.noseids
python-ut-coverage.xml
python-it-coverage.xml
**.jest-cache/
*.junit.xml
/reports/*
junit.xml
cept_test_results.json
pytest*.xml
# Sphinx documentation
doc/_build
doc/plugins/*_schemaref.rst
# IDE configuration
.idea/
.vscode/
*.code-workspace
# CDB Instances
inst/
sqlite/
oracle/
mssql*/
instance/
eggtest/
pkgtest_instances/
*.log
# virtual and working environments
.spin*
venv*/