Files
statusrotator/.gitignore

17 lines
154 B
Plaintext

.venv/
venv/
env/
# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
# IDE / OS noise
.idea/
.vscode/
.DS_Store
Thumbs.db
# Runtime artifacts
*.log