Files
scripts/.gitignore
T

12 lines
92 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
# Ruff
.ruff_cache/
# Pytest
.pytest_cache/