-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (49 loc) · 993 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
.env
.ipynb_checkpoints
**/ny_taxi_postgres_data/
--user=root
*.parquet
services.yml
data_pgadmin/
.DS_Store
.idea
*.tfstate
*.tfstate.*
**/.terraform
**.terraform.lock.*
**google_credentials.json
**logs/
**.env
**__pycache__/
.history
*.jar
serving_dir
*.csv
.ipynb_checkpoints/
# Default .gitignore content added by dbt Cloud
target/
dbt_packages/
logs/
# end dbt Cloud content
/week_5_batch_processing/code/data/
/week_5_batch_processing/code/tmp/
/week_5_batch_processing/code/zone_lookup/
/week_5_batch_processing/code/zones/
/week_5_batch_processing/code/lib
/week_5_batch_processing/code/fhvhv/
/week_5_batch_processing/code/fhvfhv/
/week_5_batch_processing/code/spark-warehouse/
/week_5_batch_processing/code/.ipynb_checkpoints/
/week_5_batch_processing/code/.idea/
*.csv.*
.env
# Default .gitignore content added by dbt Cloud
target/
dbt_packages/
logs/
# end dbt Cloud content
# Default .gitignore content added by dbt Cloud
target/
dbt_packages/
logs/
# end dbt Cloud content