Files
vulncheck/.gitignore
T
vulncheck 262cd46652 chore(release): use neutral placeholders in examples and fixtures
Ahead of the public release, example values now use generic placeholders
instead of values carried over from a live environment: the connection
placeholders in the settings form, the sample data behind the mail-template
preview, the hostnames in the EOL fixtures, and the device identifiers in the
Intune re-enrolment fixtures. The README points at GitHub rather than the
internal Git host.

Comments, docstrings, HTML placeholder attributes and fixture strings only.
No logic changed and the assertions pin the same behaviour as before, so
there is nothing here to re-test.

.gitignore additionally covers every .env variant (only literal .env and
.env.local matched before, so a .env.production would have been picked up by
git add .), the SAML and LDAPS key material .env.example tells operators to
generate in the repo root, AI-tooling state, root-level node artifacts,
generated report exports, and the untracked third-party checkout sitting in
the working tree, which git add . would otherwise commit as a broken gitlink.

Also untracks the local editor-assistant config and an empty root
package-lock.json stub that had no package.json beside it.
2026-08-26 15:34:05 +02:00

137 lines
1.5 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Database
*.db
*.sqlite3
# Logs
*.log
backend.log
server.log
logs/
# OS
.DS_Store
Thumbs.db
# Docker
docker-compose.override.yml
# Alembic
alembic/versions/*.pyc
# Test
.pytest_cache/
.coverage
htmlcov/
# Backup
*.bak
*.backup
backups/
# Local Training Doc
CODEBASE_KNOWLEDGE_BASE.md
.claude/
# Local agent instructions (auto-generated by gitnexus setup/analyze)
AGENTS.md
CLAUDE.md
# --- Secrets: alle .env-Varianten, Zertifikate, Keys ---
.env.*
!.env.example
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx
sp.key
sp.crt
idp-metadata.xml
secrets/
# --- AI-Tooling-State (nie in einem public Repo) ---
.serena/
.gitnexus/
.aider*
.cursor/
.windsurf/
.continue/
.gemini/
# --- Python-Luecken ---
.venv/
.mypy_cache/
.ruff_cache/
.tox/
.hypothesis/
coverage.xml
.coverage.*
# --- Node/Next auf Root-Ebene (frontend/.gitignore deckt nur frontend/) ---
node_modules/
.next/
out/
.turbo/
*.tsbuildinfo
npm-debug.log*
yarn-error.log*
# --- OS/Editor-Luecken ---
._*
.Spotlight-V100
desktop.ini
.zed/
.fleet/
.history/
# --- Generierte Exporte mit echten Scan-Daten ---
vulnerabilities_report_*.csv
executive_summary_*.pdf
audit_log_*.csv
exports/
uploads/
reports/
*.sqlite
*.dump
# --- Eingebetteter Fremd-Checkout (eigenes Repo, kein Submodul) ---
wazuh-risk-insight/