20 lines
209 B
Plaintext
20 lines
209 B
Plaintext
# Local runtime files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
|
|
# Editors and operating systems
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Generated scans and local artifacts
|
|
*.sarif
|
|
*.log
|
|
reports/
|