Files
shellgenius/.gitignore
2026-02-04 11:31:06 +00:00

12 lines
106 B
Plaintext

*.pyc
__pycache__/
.env
*.log
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/