# --- Secrets ---
.env
.env.*
*.secret

# --- Per-session artifacts (JNLP tokens, cookies) ---
jnlp/*.jnlp
jnlp/*.cookie
*.log

# --- Editor / OS junk ---
.DS_Store
*~
.*.swp

# Override global gitignore: we want artifacts/ tracked in THIS project.
# The Avocent JARs we archive there are stable, useful for offline analysis,
# and small enough (~3 MB total) to commit.
!artifacts/
!artifacts/**
analysis/decompiled/

# PNG renders of TUI SVG screenshots are derived (run rsvg-convert on the .svg)
artifacts/screenshots/*/*.png
