Incident-Copilot-MCP / .gitignore
DIV-45's picture
Initial commit: Incident Copilot MCP
cf33275
raw
history blame contribute delete
271 Bytes
# Python bytecode and cache
__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
venv/
.envrc
# Environment & secret files
.env
.env.*
*.env
*.env.*
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Misc
.python-version