# build output
/terdut
/terdut-server
# `make binaries` and `make helm-package` write here
/dist/
# isolated helm repo list written by the publishing targets, so the machine-wide
# one (which has an unreachable entry) cannot abort a release
/.helm-repos.yaml

# SQLite database files
*.db
*.db-shm
*.db-wal

# editor / OS
.DS_Store
*.swp
*.swo
*~

# IDE
.idea/
.vscode/
*.iml

# local tooling
.claude/
.graymatter/

# Helm dependency downloads
charts/terdut-server/charts/
charts/terdut-server/Chart.lock
