3SPoke / .dockerignore
Glainez's picture
Upload folder using huggingface_hub
89dd3da verified
raw
history blame contribute delete
272 Bytes
# Exclude deployment and secret files
demo_space_pusher.sh
hf_space_secrets.md
keys.env
*.env
.gitignore
.dockerignore
README.md
# Exclude python cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.venv/
venv/
env/
# Exclude local test data if needed
# test_images/