Skip to content

Commit 76063bc

Browse files
committed
edit gitignore
1 parent 343ae78 commit 76063bc

File tree

1 file changed

+0
-90
lines changed

1 file changed

+0
-90
lines changed

samples/agentic-autogen/.gitignore

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,11 @@
55

66
# Python
77
__pycache__/
8-
*.py[cod]
9-
*$py.class
10-
*.so
11-
.Python
12-
build/
13-
develop-eggs/
14-
dist/
15-
downloads/
16-
eggs/
17-
.eggs/
18-
lib/
19-
lib64/
20-
parts/
21-
sdist/
22-
var/
23-
wheels/
24-
*.egg-info/
25-
.installed.cfg
26-
*.egg
27-
MANIFEST
288
/myenv
299

3010
# Node.js
3111
node_modules/
3212
npm-debug.log*
33-
yarn-debug.log*
34-
yarn-error.log*
3513
.pnpm-debug.log*
3614

3715
# Frontend build
@@ -41,80 +19,12 @@ frontend/build/
4119
# IDE
4220
.vscode/
4321
.idea/
44-
*.swp
45-
*.swo
4622
*~
4723

4824
# OS
4925
.DS_Store
50-
.DS_Store?
5126
._*
52-
.Spotlight-V100
53-
.Trashes
54-
ehthumbs.db
5527
Thumbs.db
5628

57-
# Logs
58-
*.log
59-
logs/
60-
61-
# Runtime data
62-
pids
63-
*.pid
64-
*.seed
65-
*.pid.lock
66-
67-
# Coverage directory used by tools like istanbul
68-
coverage/
69-
70-
# nyc test coverage
71-
.nyc_output
72-
73-
# Dependency directories
74-
jspm_packages/
75-
7629
# Optional npm cache directory
7730
.npm
78-
79-
# Optional eslint cache
80-
.eslintcache
81-
82-
# Microbundle cache
83-
.rpt2_cache/
84-
.rts2_cache_cjs/
85-
.rts2_cache_es/
86-
.rts2_cache_umd/
87-
88-
# Optional REPL history
89-
.node_repl_history
90-
91-
# Output of 'npm pack'
92-
*.tgz
93-
94-
# Yarn Integrity file
95-
.yarn-integrity
96-
97-
# parcel-bundler cache (https://parceljs.org/)
98-
.cache
99-
.parcel-cache
100-
101-
# next.js build output
102-
.next
103-
104-
# nuxt.js build output
105-
.nuxt
106-
107-
# vuepress build output
108-
.vuepress/dist
109-
110-
# Serverless directories
111-
.serverless/
112-
113-
# FuseBox cache
114-
.fusebox/
115-
116-
# DynamoDB Local files
117-
.dynamodb/
118-
119-
# TernJS port file
120-
.tern-port

0 commit comments

Comments
 (0)