-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 873 Bytes
/
.gitignore
File metadata and controls
51 lines (47 loc) · 873 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
42
43
44
45
46
47
48
49
50
51
# Секреты — НИКОГДА не пушить!
.env
keys.json
*.session
*.session-journal
# Python кэш
__pycache__/
*.pyc
*.pyo
# Отладочные файлы (временные, не нужны в репозитории)
frontend/debug*.py
frontend/fix*.py
frontend/patch*.py
frontend/build*.py
frontend/build*.txt
frontend/build_err*.txt
frontend/p1.py
frontend/p1out.txt
frontend/test.py
frontend/dbg*.py
frontend/asm.py
frontend/write_body.py
frontend/body.txt
frontend/script.txt
frontend/newcss.txt
frontend/cssbase.txt
frontend/tmp_css.txt
frontend/find_ru.py
frontend/debug_out.txt
frontend/fix_err.txt
frontend/fix2_err.txt
frontend/build_out.txt
test_*.py
*_out.txt
*_result.txt
*_debug.txt
name_debug.txt
tg_out.txt
api_out.txt
tg_api_out.txt
# Отчёты и временные данные
reports/
tmp_test/
# IDE
.vscode/
.idea/
.claude/