# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
.Python

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

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Local config / secrets
CLAUDE.md
configure_vlans.py
