File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed
Expand file tree Collapse file tree 1 file changed +29
-3
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__
324.pytest_cache
@@ -6,10 +27,11 @@ __pycache__
627.uv-cache
728
829# Virtual envs
9- .venv
1030.direnv
31+ .env
1132.envrc
1233.python-version
34+ .venv
1335
1436# Other Python tools
1537.ropeproject
@@ -31,11 +53,12 @@ coverage-unit.xml
3153coverage-integration.xml
3254
3355# IDE, editors
34- .vscode
35- .idea
3656* ~
3757.DS_Store
58+ .idea
3859.nvim.lua
60+ .vscode
61+ .zed
3962Session.vim
4063
4164# Docs
@@ -56,3 +79,6 @@ website/package-lock.json
5679
5780# Default directory for memory storage
5881storage /
82+
83+ # Tmp dir
84+ tmp /
You can’t perform that action at this time.
0 commit comments