We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d83b40 commit 68b7f6bCopy full SHA for 68b7f6b
.gitignore
@@ -1,13 +1,11 @@
1
-# Python-generated files
2
-__pycache__/
3
-*.py[oc]
4
-build/
5
-dist/
6
-wheels/
7
*.egg-info
8
-
9
-# Virtual environments
10
-.venv
+*.py[oc]
11
.coverage
12
.envrc
13
.python-version
+.venv
+.worktrees/
+__pycache__/
+build/
+dist/
+wheels/
CLAUDE.md
@@ -0,0 +1 @@
+- This project uses Github for issue tracking
0 commit comments