synapse-prometheus-exporter/.gitignore
Kumi f110c7b79e
feat(gitignore): Ignore .ruff_cache directory
Added the .ruff_cache/ entry to the .gitignore file to prevent Ruff's cache files from being tracked by Git. This change keeps the repository clean from unnecessary file tracking, which is particularly helpful for Python projects using Ruff for linting.
2024-05-19 08:44:41 +02:00

7 lines
61 B
Text

.venv
config.yaml
__pycache__
*.pyc
venv/
dist/
.ruff_cache/