Skip to content

Commit 5487dd8

Browse files
chore: update .gitignore for AI tools and adjust requirements.txt formatting
1 parent 3114973 commit 5487dd8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ coverage.xml
2626

2727
# IDE
2828
.idea/
29+
30+
# AI Tools
31+
.claude/

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ pytest-cov>=4.0
1111
pytest-asyncio>=0.25.3
1212
pytest-mock>=3.15.1
1313
pytest-httpx>=0.35.0
14-
freezegun>=1.5.5
15-
14+
freezegun>=1.5.5

0 commit comments

Comments
 (0)