mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# ─── Quality Pipeline ────────────────────────────────────────────────────────
|
|
# Generated by audit.py — never commit these
|
|
reports/
|
|
|
|
# ─── Python ──────────────────────────────────────────────────────────────────
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.egg
|
|
|
|
# ─── Secrets — never commit these ────────────────────────────────────────────
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
kubeconfig
|
|
*_rsa
|
|
*_dsa
|
|
*_ecdsa
|
|
*_ed25519
|
|
|
|
# ─── Tool caches ─────────────────────────────────────────────────────────────
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.semgrep/
|