# Ignore Python virtual environment
venv/
# Ignore compiled Python files
__pycache__/
*.pyc
*.pyo
*.log
# Ignore Prometheus and SNMP Exporter data
prometheus/data/
snmp_exporter/data/
# Ignore Grafana session data and logs
grafana/data/
grafana/logs/
grafana/plugins/