templates-zabbix-itguys/.gitignore

49 lines
493 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Zabbix source code (too large, not needed for templates)
zabbix-release-7.0/
# Community templates (can be downloaded separately)
community-templates/
# Temporary/Work files
*.tmp
*.bak
*.log
templates_work/
# OS
.DS_Store
Thumbs.db