This commit is contained in:
2025-09-17 19:14:30 +00:00
parent 6462f11fcc
commit 8c213772e5
4 changed files with 37 additions and 4 deletions

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
*.egg-info/
# IDE files
.vscode/
.idea/