# Git files
.git
.gitignore

# Python cache
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build

# IDE files
.vscode
.idea
*.swp
*.swo
*~

# Test files
test_*.py
*_test.py

# Documentation
README.md
*.md

# Config files (will be mounted as volumes)
cabinets.txt
mender-token
services.conf
.mender-clirc

# Secrets / tokens — never bake into images (mount or pass via env instead)
cursor-agent-key
oidc-token
access-token
.env
.env.*
.workspace
.ws

# Scripts
tcli-docker.sh
docker-compose.yml

# Logs
*.log
temp/

# Runtime/plugin outputs and bulky non-runtime dirs
plugins/outputs/
connectivity_investigation/
tcli-examples/