gitingest/.gitignore
Nicolas Iragne 1016f6ecb3
feat: implement prometheus exporter (#406)
Co-authored-by: mickael <contact@mickael-caudrelier.fr>
2025-07-13 16:09:20 +02:00

44 lines
470 B
Text

# Operating-system
.DS_Store
Thumbs.db
# Editor / IDE settings
.vscode/
!.vscode/launch.json
.idea/
*.swp
# Python virtual-envs & tooling
.venv*/
venv/
.python-version
__pycache__/
*.egg-info/
*.egg
.ruff_cache/
# Test artifacts & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
# Build, distribution & docs
build/
dist/
*.wheel
# Logs & runtime output
*.log
logs/
*.tmp
tmp/
# Project-specific files
history.txt
digest.txt
# Environment variables
.env