File tree Expand file tree Collapse file tree 1 file changed +33
-4
lines changed
Expand file tree Collapse file tree 1 file changed +33
-4
lines changed Original file line number Diff line number Diff line change 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+
122# Cache
223__pycache__
3- .mypy_cache
424.pytest_cache
525.ruff_cache
626.ty_cache
727.uv-cache
828
929# Virtual envs
10- .venv
1130.direnv
31+ .env
1232.envrc
1333.python-version
34+ .venv
35+
36+ # Other Python tools
37+ .ropeproject
1438
1539# Mise
1640mise.toml
@@ -29,10 +53,12 @@ coverage-unit.xml
2953coverage-integration.xml
3054
3155# IDE, editors
32- .vscode
33- .idea
56+ * ~
3457.DS_Store
58+ .idea
3559.nvim.lua
60+ .vscode
61+ .zed
3662Session.vim
3763
3864# Docs
@@ -51,3 +77,6 @@ website/typedoc-types*
5177
5278# Default directory for memory storage
5379storage /
80+
81+ # Tmp dir
82+ tmp /
You can’t perform that action at this time.
0 commit comments