forked from springfall2008/batpred
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (94 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
105 lines (94 loc) · 1.24 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
batpred.code-workspace
.vscode/settings.json
# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Test and coverage files
coverage/*.yaml
coverage/*.log
coverage/*.json
coverage/*.txt
coverage/*.db
coverage/*.html
coverage/*.prof
coverage/cache/
coverage/debug/
coverage/predbat_standalone/
coverage/predbat_standalone_ha/
coverage/supabase/
coverage/octopus/
coverage/venv/
apps/predbat/tests/.om_live_cache
.venv/
venv/
coverage/temp_octopus/
.pytest_cache/
.tox/
.nox/
.coverage
htmlcov/
.mypy_cache/
.dmypy.json
dmypy.json
temp_octopus
# Generated test files
*_test.html
*_test.py
# Debug and log files
*.log
*.txt.actual.json
*.yaml.actual.json
*.bin
profile.txt
simulation_state.bin
*.npz
# Generated HTML files
plan_*.html
*.html_10.html
# Generated PNG files
*.png
# Build artifacts
a.out
prediction_server
standalone_ha
# Temporary and backup files
*.tmp
*.bak
*.swp
*.swo
*~
*.mark
# Development artifacts
apps.mod.yaml
apps.yaml.mark
comparisons.yaml
it
# Runtime-generated manifest
apps/predbat/manifest.yaml