Skip to content

Instantly share code, notes, and snippets.

View Hectonight's full-sized avatar

Hectonite Hectonight

View GitHub Profile
@Hectonight
Hectonight / .dockerignore
Created October 19, 2025 03:22
.dockerignore Template for Python
# Python cache
__pycache__/
*.py[cod]
*$py.class
# Virtual Environments
venv/
.venv/
# OS Files