We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13459ec commit e7b1840Copy full SHA for e7b1840
1 file changed
.gitignore
@@ -258,4 +258,24 @@ paket-files/
258
259
# Python Tools for Visual Studio (PTVS)
260
__pycache__/
261
-*.pyc
+*.pyc
262
+
263
+# Don't want to be prescriptive about the user's development environment.
264
+.devcontainer/
265
266
+# The simplicity of this project structure enables AI tools to figure it out instantly.
267
+.claude/
268
+CLAUDE.md
269
+.codex/
270
+AGENTS.md
271
+.github/copilot-instructions.md
272
+.gemini/
273
+GEMINI.md
274
+.cursor/
275
+.cursorrules
276
+.aider*
277
+.windsurf/
278
+.windsurfrules
279
280
+# I've already seen one PR with scraps here, hoping to avoid it in the future.
281
+tmp/
0 commit comments