Files
iperf3-monitor/.gitignore
Malar Kannan 458b786ff4 Fix: Ignore packaged chart files and remove markdown files (#10)
Removes the outdated markdown files and fixes the .gitignore to ignore packaged chart files in the correct directories. This prevents them from being committed to
2025-06-20 17:42:17 +05:30

40 lines
406 B
Plaintext

```
# Byte-code files
*.pyc
*.pyo
*.pyd
__pycache__/
# Distribution / build outputs
dist/
build/
*.egg-info/
.tox/
# Virtual environments
.venv/
venv/
env/
# Editor/IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Logs and temporary files
*.log
*.tmp
# OS generated files
.DS_Store
Thumbs.db
# Docker
!Dockerfile
.dockerignore
# Helm
!charts/iperf3-monitor/.helmignore
charts/iperf3-monitor/charts/