bcquality/.gitignore

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