Add .gitignore to exclude environment and cache files

This commit is contained in:
2025-12-31 09:14:11 +01:00
committed by GitHub
parent 1872bc811d
commit 0221e051e7

5
jd-webgui/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.env
data/
*.log
__pycache__/
*.pyc