31 lines
270 B
Plaintext
31 lines
270 B
Plaintext
# Environment files
|
|
.env
|
|
.env_*
|
|
.venv/
|
|
venv/
|
|
|
|
# Logs
|
|
*.log
|
|
webhook.log
|
|
node_red.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bak1
|
|
bak/
|
|
|
|
# IDE files
|
|
*.code-workspace
|
|
|
|
# Temporary/cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.tmp
|
|
|
|
# Upload files
|
|
whpload.json
|
|
|
|
# Certificates (if sensitive)
|
|
*.crt
|
|
*.key
|