# User-requested ignores
ops/
support/
support-api/
LDAPWeb.code-workspace
mysupperapps_FE_PWA/

# Environment & secrets
.env
.env.*
!.env.example

# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/

# Node
node_modules/

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

# OS
Thumbs.db
Desktop.ini
.DS_Store

# Local config
GeoNetAgent/agent/config.json
