mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
25 lines
215 B
Text
25 lines
215 B
Text
# Environment
|
|
*.env
|
|
.env.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
.pytest_cache/
|
|
|
|
# Editors
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if scripts ever need it)
|
|
node_modules/
|
|
|
|
# Build artifacts
|
|
*.log
|