# Environment variables with sensitive data
.env

# Environment-specific AI instructions (use .example versions)
.github/copilot-instructions.md

# Claude AI customizations with real infrastructure details
CLAUDE_CUSTOM.md

# Project instructions with real infrastructure details
PROJECT_INSTRUCTIONS.md

# Real Ansible inventory with actual IP addresses
ansible_hosts.yml

claude_desktop_config.json

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Node.js / npm (not used in this Python project)
# MCP Inspector should be installed globally: npm install -g @modelcontextprotocol/inspector
node_modules/
package.json
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Virtual environments
venv/
env/
ENV/
.venv/

# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Unifi export cache
unifi_export/
# *.json

# Logs
*.log

# Test files
test_*.py
*_test.py

# Archive directory
archive-ignore/

# Snyk Security Extension - AI Rules (auto-generated)
.github/instructions/snyk_rules.instructions.md

#backup files
*.bak*
# Snyk Security Extension - AI Rules (auto-generated)
.github\instructions\snyk_rules.instructions.md
