We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0521 commit 93efc89Copy full SHA for 93efc89
.gitignore
@@ -1,3 +1,24 @@
1
+# AI assistant files
2
+.agent
3
+.agents
4
+.ai
5
+.aider
6
+.claude
7
+.codeium
8
+.continue
9
+.copilot
10
+.cursor
11
+.gemini
12
+.llm
13
+.llms
14
+.openai
15
+.serena
16
+.windsurf
17
+.zed-ai
18
+AGENTS.md
19
+CLAUDE.md
20
+GEMINI.md
21
+
22
# Cache
23
__pycache__
24
.pytest_cache
@@ -6,10 +27,11 @@ __pycache__
27
.uv-cache
28
29
# Virtual envs
-.venv
30
.direnv
31
+.env
32
.envrc
33
.python-version
34
+.venv
35
36
# Other Python tools
37
.ropeproject
@@ -31,11 +53,12 @@ coverage-unit.xml
53
coverage-integration.xml
54
55
# IDE, editors
-.vscode
-.idea
56
*~
57
.DS_Store
58
+.idea
38
59
.nvim.lua
60
+.vscode
61
+.zed
39
62
Session.vim
40
63
41
64
# Docs
0 commit comments