-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 676 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 676 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
52
# Python
__pycache__/
*.py[cod]
*.egg-info/
# Environment / Config (contains API keys and tokens)
config.json
current_config.json
config_update.json
config_dump.txt
.env
# Logs
*.log
server.log
# Sessions data
sessions/
# Debug / temp files
raw_output.txt
to_download.json
debug_output.py
debug_test.html
# Backup / variant files (not part of core)
*_backup.py
*_remote.py
*_final.py
app_remote.js
server_remote_backup.py
server_final.py
server_from_remote.py
clean_remote_sessions.py
compare_meta.py
nanobot_commands.py
nanobot_loop.py
test.py
update_config.py
*.txt
*.json
!requirements.txt
!package.json
!manifest.json
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/