mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-28 00:07:06 -05:00
24 lines
365 B
Plaintext
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/ |