-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (71 loc) · 1.1 KB
/
Copy path.gitignore
File metadata and controls
80 lines (71 loc) · 1.1 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Virtual environments
psg-venv/
.venv/
venv/
env/
# Editors and IDEs
.vscode/
.idea/
# Python cache and build artifacts
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
# Environment and local settings
.env
.python-version
# Logs and temp files
*.log
*.tmp
*.bak
*.orig
*.swp
*.swo
*~
pip-log.txt
pip-delete-this-directory.txt
# Notebook artifacts
.ipynb_checkpoints/
playground.ipynb
examples/new_model.ipynb
examples/* copy.ipynb
examples/15-snr_distribution_and_detection.ipynb
# Data and model artifacts
data/*.parquet
data/*.tfrecord
!data/test.tfrecord
data/tfrecords/
data/distances/
data/tests/
data/TFRecord_data/
data/old/
!models/
!models/*.keras
models/*.pkl
models/*.npy
models/*.joblib
models/*.h5
parallel/data*/
parallel_test/
docs/*.pdf
# Local example outputs and experimental dirs
examples/*.keras
examples/hyperparam_search_SAB/
examples/teste/
examples/TRASH_MODELS/
# Large external data folders
examples/kawashima_data/
examples/arney_data/
ecospeclib-all/
# Miscellaneous binaries
*.jar
.DS_Store