51 lines
645 B
Plaintext
51 lines
645 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.uv-cache/
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Local diagnostics, editor state, temporary files and operating-system files.
|
|
.local/
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Never stage local credentials or environment values.
|
|
.env
|
|
.env.*
|
|
*.env
|
|
.envrc
|
|
secrets/
|
|
credentials/
|
|
credentials.json
|
|
secrets.json
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
id_rsa
|
|
id_ed25519
|
|
|
|
# Historical evidence stays on disk; review and archive it separately.
|
|
/runs/
|
|
|
|
# Track the canonical reviewed pipeline and the explicitly reviewed fixtures.
|