Spaces:
Running
Running
File size: 130 Bytes
30cf758 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | __pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
.git/
.gitignore
.env
.env.*
!.env.example
.venv/
.cursor/
|