chore: exclude .venv and userdata from dockerfiles

This commit is contained in:
Matthias
2025-09-02 20:59:23 +02:00
parent b60a3802e7
commit ba87f3e7d7

View File

@@ -14,10 +14,11 @@ MANIFEST.in
README.md
freqtrade.service
freqtrade.egg-info
.venv/
config.json*
*.sqlite
user_data
user_data/
*.log
.vscode