mirror of
https://github.com/Rhinemann/IoT-Systems.git
synced 2026-03-14 20:50:39 +02:00
23 lines
252 B
Plaintext
23 lines
252 B
Plaintext
|
|
# IDEs
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
.dockerignore
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Python
|
||
|
|
**/__pycache__/
|
||
|
|
**/*.py[cod]
|
||
|
|
**/*.pyo
|
||
|
|
**/*.pyd
|
||
|
|
venv/
|
||
|
|
.env
|
||
|
|
|
||
|
|
# Logs & Database & Broker data
|
||
|
|
*.log
|
||
|
|
**/mosquitto/data/
|
||
|
|
**/mosquitto/log/
|
||
|
|
**/postgres_data/
|
||
|
|
**/pgadmin-data/
|