We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3863d8 commit ec5f8afCopy full SHA for ec5f8af
1 file changed
template/.gitignore
@@ -201,6 +201,23 @@ cython_debug/
201
.cursorignore
202
.cursorindexingignore
203
204
+# AI Agent files to optionaly exclude
205
+# AGENTS.md
206
+# CLAUDE.md
207
+# .codex/
208
+# .cursorrules
209
+# .cursorrules.*
210
+# opencode.json
211
+# opencode.jsonc
212
+# .opencode-memory.db
213
+# .opencode/
214
+# .cursor/
215
+# .gemini/
216
+# .agents/
217
+# .specify/
218
+# .specify/**
219
+# openspec/
220
+
221
# Marimo
222
marimo/_static/
223
marimo/_lsp/
0 commit comments