Setting up the repo with correct dockerfiles and docker-copmose files, and deleting .idea from git

This commit is contained in:
esk4nz
2026-03-02 23:21:36 +02:00
parent 87df394352
commit f96930a259
23 changed files with 74 additions and 519 deletions

27
.gitignore vendored
View File

@@ -1,4 +1,25 @@
agent/docker/mosquitto/data/
agent/docker/mosquitto/log/
# IDEs
.idea/
.vscode/
*.swp
*.swo
.idea/
# Python
venv/
__pycache__/
*.py[cod]
*$py.class
.env
# Logs
*.log
app.log
# Database & Broker data
**/mosquitto/data/
**/mosquitto/log/
**/postgres_data/
**/pgadmin-data/
# OS specific
.DS_Store