Files
win-remote-toolkit/.gitignore
2026-04-24 17:44:02 +08:00

77 lines
672 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and temporary files
*.log
*.tmp
*.temp
logs/*.log
dumps/*.zip
# Credentials and sensitive data
*.key
*.pem
*.p12
*.pfx
*.rdp
config/*.json.bak
config/*-backup.*
.netrc
credentials.*
secrets.*
*.env.local
*.env.production
# PowerShell
*.ps1.bak
*.ps1~
# Project specific
dumps/
temp/
tmp/