Added Docker Ignore file.

This commit is contained in:
manra399
2025-05-27 13:55:52 +01:00
parent 8d15546771
commit ee6687df85
+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