-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitignore
58 lines (49 loc) · 895 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
.git
coverage.xml
**/.coverage*
**/.python-version
python-sdk/integration-tests/test_data*
python-sdk/test-connections.yaml
.idea
.env
airflow_settings.yaml
*.pyc
*/__pycache__/*
.idea%
/build/
/dist/
**/dist/
venv
dumps
.vscode
# Benchmark
airflow.db
airflow.cfg
unittests.db
unittests.cfg
python-sdk/tests/benchmark/logs/*
python-sdk/tests/benchmark/webserver_config.py
# VIM
*.sw[a-z]
# MacOS
.DS_Store
*/.DS_Store
# Terraform
**/.terraform/*
**/.terraform.lock.hcl
# Sphinx-related
python-sdk/docs/_build
python-sdk/docs/sphinx/_build/*
python-sdk/docs/logs/
python-sdk/docs/webserver_config.py
python-sdk/docs/autoapi/
**/dev/dags
**/dev/logs
**/dev/plugins
# Astro deployment related
python-sdk/tests_integration/astro_deploy/example_dags
python-sdk/tests_integration/astro_deploy/python-sdk
python-sdk/tests_integration/astro_deploy/tests
# Airflow
**/.airflowignore
*.egg-info/