forked from astronomer/astronomer-providers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
58 lines (49 loc) · 757 Bytes
/
.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
*.egg-info
dist/
build/
_build/
__pycache__/
*.pyc
.tox/
*~
.cache
.coverage
.eggs
.python-version
.pytest_cache/
.vscode/
.autoenv*
.idea
venv
# Dev Logs
dev/logs/
dev/connections.yaml
dev/dags/
# Integration Tests
.circleci/integration-tests/astronomer-providers
.circleci/integration-tests/packages.txt
.circleci/integration-tests/requirements.txt
.circleci/integration-tests/pyproject.toml
.circleci/integration-tests/setup.cfg
.circleci/integration-tests/example_*
# OSX
.DS_Store
.pypirc
# virtualenv
.venv*
venv*
ENV/
# Sphinx documentation
docs/_build/
docs/rtd-deprecation/_build/
docs/_doctrees/
docs/_inventory_cache/
docs/*/_api/
docs/_api/
# test reports
test-report/
coverage.xml
# Mypy Cache
.mypy_cache
# Lineage server dumps
dumps