Files
SCGL/backend/.dockerignore

24 lines
211 B
Plaintext

# Ignore unnecessary files in backend
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.git
.gitignore
.env
.env.*
!.env.example
README.md
tests
.pytest_cache
.vscode
.idea
*-alpine
*-slim