Skip to content

Commit cb8e80c

Browse files
rob-brownccclaude
andcommitted
chore: add .gitignore, exclude pycache
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8ed457f commit cb8e80c

6 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.egg-info/
4+
dist/
5+
.venv/
6+
.mypy_cache/
7+
.pytest_cache/
8+
.ruff_cache/
-423 Bytes
Binary file not shown.
-3.7 KB
Binary file not shown.
-120 Bytes
Binary file not shown.
-966 Bytes
Binary file not shown.
-17.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)