mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-07-10 14:38:36 +02:00
46 lines
618 B
Plaintext
46 lines
618 B
Plaintext
# Local files - never commit
|
|
.agent
|
|
docs/contentsuggestions
|
|
ignore/
|
|
#.agent/
|
|
__init__.py
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
.markdownlint.json
|
|
.agent/AUTO_COMMIT_GUIDE.md
|
|
.agent/rules/snyk_rules.md
|
|
scripts/tests/verify_fixes.py
|
|
docs/Chapter_31_AI_System_Reconnaissance.md.backup
|
|
docs/Chapter_31_AI_System_Reconnaissance.md.audit_backup
|
|
docs/Visual_Recommendations.md
|
|
Visual_Recommendations_V2.md
|
|
.gitignore
|
|
workflows/audit-fix-humanize-chapter-v2.md
|
|
.gitignore
|