-
Notifications
You must be signed in to change notification settings - Fork 65
/
.gitignore
57 lines (49 loc) · 986 Bytes
/
.gitignore
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
# Ignore Mac .DS_Store files
.DS_Store
**/.DS_Store
.DS_Store?
# Ignore files generated by the IDE
.idea/
# Ignore compiled binaries
*.exe
*.dll
*.so
# Ignore build output directories
/bin/
/build/
/dist/
# Ignore package manager directories
/node_modules/
/vendor/
# Ignore log files
*.log
# Ignore temporary files
*.tmp
*.swp
# Ignore Python cache files
__pycache__/
output.txt
screenshots/
./output.txt
.auto-coder/metadata.db
notebooks/conversations.json
notebooks/pandoc-3.2-x86_64-macOS.pkg
docs/zh/.auto-coder/metadata.db
ide_plugins/vscode/auto-coder/node_modules
ide_plugins/vscode/auto-cocder/build
ide_plugins/vscode/auto-coder/*.vsix
ide_plugins/vscode/auto-coder/dist/
ide_plugins/vscode/auto-coder/package-lock.json
.auto-coder/metadata.db
ide_plugins/vscode/auto-coder/web/package-lock.json
.auto-coder/
actions/
output.txt
auto_coder_installer/bin
**/node_modules/
**/*.vsix
**/*/.ipynb_checkpoints
output.png
output.jpg
output.svg
notebooks/generated_image.png