-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (82 loc) · 1.47 KB
/
Copy path.gitignore
File metadata and controls
91 lines (82 loc) · 1.47 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
.DS_Store
.venv/
__pycache__/
*.pyc
.ipynb_checkpoints/
.idea/
private_info.py
news_pipeline_config.json
telegram_session.session.vscode/
telegram_session.session
.venv3.9
kursachik.egg-info
kursach.egg-info
.DS_Store
.DS_Store
# Исключаем конфиденциальные данные
pys/config/secrets/secret_config.py
pys/data_collection/private_info.py
*.session
*.session-journal
docs/build/
# Sphinx build artifacts
_build/
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
*.egg-info/
.env
logs/
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.venv/
env/
ENV/
# IDE and OS files
.idea/
.vscode/
*.swp
*~
.DS_Store
Thumbs.db
# Configuration - IMPORTANT!
.env
# Data and Logs - Exclude generated data and logs
logs/*
!logs/.gitkeep
!data/.gitkeep
*.sqlite # Если используешь SQLite локально
*.log
*.db
# Telegram session files
*.session
*.session-journal
# Backup files
backups/
*.sql
*.tar.gz
telegram_session.session
.\alembic
alembic/env.py
alembic/README
alembic/script.py.mako
alembic/versions/e3197c339625_add_allow_short_column.py
.gitignore
alembic.ini
secrets_manager.py
telegram_session.session
pys/utils/monkey_patch.py
kursach.egg-info/
telegram_session.session
.vscode/
ipynbs/.DS_Store
/Users/aeshef/Desktop/FOR3.9TEST/kursach/pys/config/secrets/secret_config_template.py
/Users/aeshef/Desktop/FOR3.9TEST/kursach/pys/config/secrets/secret_config.py
/Users/aeshef/Desktop/FOR3.9TEST/kursach/pys/utils/monkey_patch.py
utils/monkey_patch.py