Skip to content

Commit a40bd79

Browse files
committed
Added initial configuration
1 parent 6841a5a commit a40bd79

5 files changed

Lines changed: 1605 additions & 2 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.venv/
2+
.uv-cache/
3+
build/
4+
__pycache__/
5+
*.py[cod]
6+
*.egg-info/
7+
.DS_Store
8+
.env

0 commit comments

Comments
 (0)