# Environment variables - NEVER commit these!
.env
.env.local
.env.*.local

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv

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

# Logs
logs/
*.log

# Testing
coverage/
.nyc_output/
.pytest_cache/

# Build
dist/
build/
*.egg-info/

# Temporary files
tmp/
temp/

# SSH Keys - NEVER commit these!
*.pem
*.key
id_rsa*
id_dsa*
id_ecdsa*
id_ed25519*

# Backup files
*.backup
*.bak
.server-aliases.json

# SSH Manager logs and history
.ssh-manager.log
.ssh-command-history.json
.server-groups.json
archived/
