first commit

This commit is contained in:
cpu
2026-07-11 12:14:59 +00:00
commit f492147b53
8 changed files with 272 additions and 0 deletions

25
.dockerignore Normal file
View File

@@ -0,0 +1,25 @@
# Git
.git
.gitignore
# Secrets (CRITICAL: Do not bake .env files into the image!)
.env
.env.*
# Docker
Dockerfile
.dockerignore
# Python
__pycache__/
*.py[cod]
*~
venv/
.venv/
env/
# IDEs / Editor files
.vscode/
.idea/
*.swp
*.swo