Merge pull request #224 from manra399/feature/added-docker-ignore

Added Docker Ignore file.
This commit is contained in:
Martin
2025-05-27 18:50:51 +02:00
committed by GitHub
+19
View File
@@ -0,0 +1,19 @@
# Python cache files
__pycache__/
*.py[cod]
# Virtual environments
venv/
.venv/
# Environment variables (secrets)
.env
# Git metadata
.git/
# macOS Finder files
.DS_Store
# Log files
*.log