www/.dockerignore
Sundog Garage Studio 411038582a Initial commit
2026-03-17 16:17:53 +02:00

31 lines
247 B
Plaintext

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
venv/
env/
.venv
# Git
.git
.gitignore
# IDEs
.vscode
.idea
*.swp
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
*.md
# OS
.DS_Store