-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (92 loc) · 1.6 KB
/
.gitignore
File metadata and controls
103 lines (92 loc) · 1.6 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
# https://github.com/github/gitignore/blob/main/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
tga/bin/activate
tga/bin/activate.csh
tga/bin/activate.fish
tga/bin/Activate.ps1
tga/bin/pip
tga/bin/pip3
tga/bin/pip3.11
tga/bin/pyrsa-decrypt
tga/bin/pyrsa-encrypt
tga/bin/pyrsa-keygen
tga/bin/pyrsa-priv2pub
tga/bin/pyrsa-sign
tga/bin/pyrsa-verify
tga/bin/python
tga/bin/python3
tga/bin/python3.11
tga/bin/tg-archive
tga/lib64
tga/pyvenv.cfg
.venv/pyvenv.cfg
.venv/lib64
.venv/bin/tg-archive
.venv/bin/python3.11
.venv/bin/python3
.venv/bin/python
.venv/bin/pyrsa-verify
.venv/bin/pyrsa-sign
.venv/bin/pyrsa-priv2pub
.venv/bin/pyrsa-keygen
.venv/bin/pyrsa-encrypt
.venv/bin/pyrsa-decrypt
.venv/bin/pip3.11
.venv/bin/pip3
.venv/bin/pip
.venv/bin/Activate.ps1
.venv/bin/activate.fish
.venv/bin/activate.csh
.venv/bin/activate
/.venv
requirements_minimal.txt
# Virtual environments
spectra_venv/
.venv_old/
test_env_check.py
test_minimal.py
core.*
# Runtime data and configuration
# ==============================
# Ignore all files in data directory except the structure
data/logs/
data/cache/
data/config/*.json
data/config/*.ini
# Legacy config and state files (now in data/)
spectra_config.json
scheduler_state.json
spectra.db
spectra.db-shm
spectra.db-wal
# Other runtime files
logs/
*.log
# Local editor / workspace state
.cursor/
# Local virtual environments
spectra_venv/