Add Docker support (Dockerfile, docker-compose.yml, .dockerignore)

This commit is contained in:
2026-07-07 20:52:50 +02:00
parent 52e39ca751
commit bfb7002c4d
3 changed files with 87 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.egg-info
.pytest_cache
# IDE
.vscode
.idea
*.swp
*.swo
# Downloads (keep directory but not files)
downloads/*
!downloads/.gitkeep
# Logs
*.log
nohup.out
# HAR files (large)
*.har
# Test files
test_*.py
*.test.*
do_fix.py
do_fix.sh
# OS files
.DS_Store
Thumbs.db