Files
simpleguardhome/.dockerignore

24 lines
365 B
Plaintext

# Ignore everything by default
*
# Explicitly allow required files
!src/simpleguardhome/
!src/simpleguardhome/**
!requirements.txt
!setup.py
!pyproject.toml
!MANIFEST.in
!LICENSE
!README.md
!docker-entrypoint.sh
# Still exclude these even if in allowed directories
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
**/.Python
**/*.so
**/*.egg
**/*.egg-info
**/*.egg-info/