38 lines
288 B
Plaintext
38 lines
288 B
Plaintext
# Output files (scan reports and screenshots)
|
|
output/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.venv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
#AI helpers
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Secrets
|
|
.env
|
|
# Logs
|
|
logs/
|
|
app/logs/
|
|
*.log
|