35 lines
443 B
Plaintext
35 lines
443 B
Plaintext
# Python bytecode files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local configuration that might contain sensitive information
|
|
network_configuration.json
|
|
|
|
# Backup files
|
|
*.backup
|
|
|
|
# Generated data files with sensitive network information
|
|
current.json
|
|
deprecated.json
|
|
TasmotaDevices.json
|
|
*.json.backup |