Przeglądaj źródła

chore: add .claude gitignore

lingfengQAQ 5 miesięcy temu
rodzic
commit
072ee9c5b7
1 zmienionych plików z 27 dodań i 0 usunięć
  1. 27 0
      .claude/.gitignore

+ 27 - 0
.claude/.gitignore

@@ -0,0 +1,27 @@
+# Python
+__pycache__/
+*.py[cod]
+*$py.class
+
+# Virtual environments
+.venv/
+venv/
+ENV/
+
+# IDE
+.idea/
+.vscode/
+
+# Test artifacts
+.pytest_cache/
+.coverage
+htmlcov/
+
+# OS
+.DS_Store
+Thumbs.db
+
+# Temp
+*.tmp
+*.temp
+.ace-tool/