mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-23 19:32:36 +02:00
32 lines
237 B
Plaintext
32 lines
237 B
Plaintext
# Local files - never commit
|
|
ignore/
|
|
.agent/
|
|
|
|
# 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
|
|
|