-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (35 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (35 loc) · 691 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
# OS / Editor
.DS_Store
.idea/
# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ipynb_checkpoints/
# Local environment
.venv/
.venv
# ML datasets / generated assets
data/processed/images/lake_michigan_64_png/
data/processed/tabular/*.csv
data/interim/*.csv
data/features/**/*.parquet
data/features/**/*.csv
data/features/**/*.json
# Trained weights
models/**/*.pth
models/**/*.h5
# Generated artifacts
artifacts/figures/*.png
artifacts/logs/
artifacts/reports/
artifacts/data_quality_report.json
artifacts/reports/*.json
artifacts/experiments/*
!artifacts/experiments/.gitkeep
artifacts/models/*
!artifacts/models/.gitkeep
# Presentation exports
reports/slides/*.pptx